help-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

perl modules won't compile


From: Francis, Rick
Subject: perl modules won't compile
Date: Thu, 7 Jun 2001 13:07:29 -0500

hi,

i'm using gcc v2.95.3 on solaris8.

many perl modules fail to compile with this error:

server9# /Bit-Vector-6.0 > make
gcc -c   -xO3 -xdepend    -DVERSION=\"6.0\" -DXS_VERSION=\"6.0\" -KPIC -I/usr/perl5/5.00503/sun4-solaris/CORE  BitVector.c

gcc: unrecognized option `-KPIC'
gcc: language depend not recognized
gcc: BitVector.c: linker input file unused since linking not done
gcc -c   -xO3 -xdepend    -DVERSION=\"6.0\" -DXS_VERSION=\"6.0\" -KPIC -I/usr/perl5/5.00503/sun4-solaris/CORE  Vector.c
gcc: unrecognized option `-KPIC'
gcc: language depend not recognized
gcc: Vector.c: linker input file unused since linking not done
LD_RUN_PATH="/lib:/usr/lib:/usr/local/lib:" gcc -o blib/arch/auto/Bit/Vector/Vector.so  -G BitVector.o Vector.o    
gcc: BitVector.o: No such file or directory
gcc: Vector.o: No such file or directory
gcc: No input files
make: *** [blib/arch/auto/Bit/Vector/Vector.so] Error 1

the only common thread i've found is that in perl modules with this line in them, fail (taking the line out does not work):

LD_RUN_LIB =


any ideas?
rf



The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material.  Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited.  If you received this in error, please contact the sender and delete the material from any computer.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]