
ggolub
Novice
Aug 21, 2010, 6:20 AM
Post #1 of 1
(1068 views)
|
|
Need to add Authen-PAM-0.16 to Sun - problem with make
|
Can't Post
|
|
Hello folks, I need to add above Perl module. The problem i encounter is that perl was compiled with a regular cc compiler and me using compiler I can get now - gcc. Can you please recommend what to do next. I can not find regular cc compiler at this point. I am running: make test. And getting: \ Skip blib/lib/Authen/PAM/FAQ.pod (unchanged) Skip blib/lib/Authen/PAM.pm (unchanged) gcc -c -I. -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xarch=v8 -D_TS _ERRNO -DVERSION=\"0.16\" -DXS_VERSION=\"0.16\" -fPIC "-I/usr/perl5 /5.8.4/lib/sun4-solaris-64int/CORE" -DHAVE_CONFIG_H PAM.c gcc: language arch=v8 not recognized gcc: PAM.c: linker input file unused because linking not done Running Mkbootstrap for Authen::PAM () chmod 644 PAM.bs rm -f blib/arch/auto/Authen/PAM/PAM.so LD_RUN_PATH="/lib" gcc -G PAM.o -o blib/arch/auto/Authen/PAM/PAM.so -lpam gcc: PAM.o: No such file or directory make: *** [blib/arch/auto/Authen/PAM/PAM.so] Error 1
|