|
Posted by himwich on February 3, 2005, 2:40 pm
Please log in for more thread options
I am new to installing Perl modules and in attempting to install the
Date-Calc module, I found that the Bit-Vector module is required as a
dependency. I got the installation materials, successfully executed
the "perl Makefile.PL" step but when I issued the "make install" step,
the following compiler errors were seen:
************
/usr/local/bin/gcc -c -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE
-qmaxmem=16384 -qnoansialias -DUSE_NATIVE_DLOPEN -DNEED_PTHREAD_INIT
-q32 -D_LARGE_FILES -qlonglong -O -DVERSION="6.4"
-DXS_VERSION="6.4"
"-I/usr/opt/perl5/lib/5.8.0/aix-thread-multi/CORE" BitVector.c
UnZipSFX 5.41 of 16 April 2000, by Info-ZIP (Zip-Bugs@lists.wku.edu).
Valid options are -tfupcz; modifiers are -abjnoqCLMVX.
/usr/local/bin/gcc -c -D_ALL_SOURCE -D_ANSI_C_SOURCE
-D_POSIX_SOURCE -qmaxmem=16384 -qnoansialias -DUSE_NATIVE_DLOPEN
-DNEED_PTHREAD_INIT -q32 -D_LARGE_FILES -qlonglong -O
-DVERSION="6.4"
-DXS_VERSION="6.4"
"-I/usr/opt/perl5/lib/5.8.0/aix-thread-multi/CORE" Vector.c
UnZipSFX 5.41 of 16 April 2000, by Info-ZIP (Zip-Bugs@lists.wku.edu).
Valid options are -tfupcz; modifiers are -abjnoqCLMVX.
rm -f blib/arch/auto/Bit/Vector/Vector.so
ld -bhalt:4 -bM:SRE
-bI:/usr/opt/perl5/lib/5.8.0/aix-thread-multi/CORE/perl.exp
-bE:Vector.exp -bnoentry -lpthreads -lc_r BitVector.o Vector.o -o
blib/arch/auto/Bit/Vector/Vector.so
ld: 0706-005 Cannot find or open file: BitVector.o
ld:open(): A file or directory in the path name does not exist.
ld: 0706-005 Cannot find or open file: Vector.o
ld:open(): A file or directory in the path name does not exist.
make: 1254-004 The error code from the last command is 255.
*************
Now in my working directory the files BitVector.c and Vector.c exist so
I am thinking that the compile did not succeed.
Any suggestions, comments or tips will be very gratefully received.
Thanks in advance
|
|
Posted by Steven N. Hirsch on February 5, 2005, 11:19 am
Please log in for more thread options
himwich@intrex.net wrote:
> I am new to installing Perl modules and in attempting to install the
> Date-Calc module, I found that the Bit-Vector module is required as a
> dependency. I got the installation materials, successfully executed
> the "perl Makefile.PL" step but when I issued the "make install" step,
> the following compiler errors were seen:
>
> ************
> /usr/local/bin/gcc -c -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE
> -qmaxmem=16384 -qnoansialias -DUSE_NATIVE_DLOPEN -DNEED_PTHREAD_INIT
> -q32 -D_LARGE_FILES -qlonglong -O -DVERSION="6.4"
> -DXS_VERSION="6.4"
> "-I/usr/opt/perl5/lib/5.8.0/aix-thread-multi/CORE" BitVector.c
> UnZipSFX 5.41 of 16 April 2000, by Info-ZIP (Zip-Bugs@lists.wku.edu).
> Valid options are -tfupcz; modifiers are -abjnoqCLMVX.
> Now in my working directory the files BitVector.c and Vector.c exist so
> I am thinking that the compile did not succeed.
I'm thinking that the file you believe to be 'gcc' is not. Please post
the output from the following:
$ /usr/local/bin/gcc --version
|
| Similar Threads | Posted | | more gcc woes attempting to install Bit-Vector | February 7, 2005, 2:06 pm |
| only want to install one module and the depended ones, but CPAN always install the whole Perl. | September 14, 2007, 5:23 pm |
| How to Install Inline:CPP module | July 16, 2005, 12:49 am |
| Hosting Won't Install Module | December 7, 2005, 11:28 am |
| Help for first-timer module install | August 24, 2006, 12:49 am |
| Help Required : Not able install Win32::OLE module ....... | August 6, 2004, 1:00 am |
| Does anyone knows how to install the Time::HiRes Module? | February 16, 2005, 6:22 pm |
| Remote install of Perl Module | April 12, 2005, 10:47 am |
| Module install problem - AppConfig | October 19, 2005, 2:04 pm |
| unix perl module install errors | November 11, 2004, 3:36 pm |
|