>There is something fishy going on with your build environment, if I do
>configure Embperl simply with "perl Makefile.PL" I get the following
>compile line:
>
>LD_RUN_PATH="" ld  -bhalt:4 -bM:SRE
>-bI:/data/jum/perl/lib/5.6.1/aix/CORE/perl.exp -bE:Embperl.exp 
>-bnoentry
>-lC -lc -L/usr/local/lib Embperl.o epmain.o epio.o epchar.o epcmd.o
>eputil.o epeval.o epdbg.o
>-bI:/data/jum/perl/lib/site_perl/5.6.1/aix/auto/Apache/mod_perl.exp
>-bI:/usr/local/apache/libexec/httpd.exp  -o
>blib/arch/auto/HTML/Embperl/Embperl.so     

Could it be related to gcc or linking ? 

Because, I have GNU gcc but AIX's ld. I'm not very sure that I have gcc
installed correctly. 


bash-2.04# ld
ld: 0706-030 No processing done.  Specify at least one
        input or import file or use at least one -b ex<n> option.
bash-2.04# gcc -v
Reading specs from
/usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.3.0/2.95.2/specs
gcc version 2.95.2 19991024 (release)

/usr/bin/ld is from fileset bos.rte.bind_cmds.

Can I test somehow that my environment is capable of building shared
libraries ? Is this already needed for building perl and perl modules and
since I succeeded with several modules, the gcc should be running fine ? 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to