Hi,
I am trying to compile perl 5.8.7 on solaris 2.9 using gcc 3.2 and gnu's ld. While compiling some of the dynamic linking libraries, the compile process hangs. This does not happen for all the libraries. Looks like miniperl hangs trying to create the Makefile from Makefile.PL for some of them.
I manually removed about 10 troublesome libraries from the dynamic_ext variable in the Makefile and the compilation continued. But ofcourse the make test cmd fails.
Since it happens only for certain libraries for e.g . ext/B, ext/PPPort, IO,Storable, etc. i am not able to figure out the real problem.
I tried to create the Makefile directly from within the the specific directory. But, now the miniperl command works fine from withing for certain directories (of the troublesome one) and not within a few others.
I really don't know what is happening here. I have tried everything that i can think of and have no clue where to look next. Any help is highly appreciated.
perl v 5.8.7
gcc 3.2
solaris 2.9
ld -2.16 (gnu)
as -2.16 (gnu)
Please let me know if you need any other information to help me out.
Thanks in advance,
Vani
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.