Hi Joshi,

I'd use the compiler as a front end for the linker, rather than use ld
directly.

Mark. 

> -----Original Message-----
> 
> This is how i am compiling 
>  
> # cc_r -c -I/usr/include/l -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=\"0.51\"  -DXS_VERSION=\"0.51\"  
> "-I/usr/opt/perl5/lib/5.8.2/aix-thread-multi/CORE"   SSLeay.c
> # chmod 644 SSLeay.bs
> # rm -f blib/arch/auto/Crypt/SSLeay/SSLeay.so
> # LD_RUN_PATH="" ld  -bhalt:4 -bM:SRE 
> -bI:/usr/opt/perl5/lib/5.8.2/aix-thread-multi/CORE/perl.exp 
> -bE:SSLeay.exp -bnoentry -lpthreads -lc_r SSLeay.o  -o 
> blib/arch/auto/Crypt/SSLeay/SSLeay.so   -L/usr/lib -lssl -lcrypto
> # chmod 755 blib/arch/auto/Crypt/SSLeay/SSLeay.so
> # cp SSLeay.bs blib/arch/auto/Crypt/SSLeay/SSLeay.bs
> # chmod 644 blib/arch/auto/Crypt/SSLeay/SSLeay.bs
> 
>  
> Please Help ,it is urgent

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to