This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: bfd error


Hello,

I'm trying to compile and run the binary called download.

while linking it gives the warning like  libauth.so.1 is needed by libary 
libsolcli.so not found(try using rpath or rpath-link. Both the LD_RUN_PATH 
and the LD_LIBRARY_PATH are set.
still the output is created. If i try to run that it says
fatal:libauth.so.1: open failed:no such file or directory.

Following s the detailed output of the make



gcc -I. -I../inc -I/opt/OV/include -I/usr/OV/include -I/usr/solid/include  
-DPRINT   -g -c download.c
gcc -I. -I../inc -I/opt/OV/include -I/usr/OV/include -I/usr/solid/include  
-DPRINT   -g -c pend_pdu.c
gcc -I. -I../inc -I/opt/OV/include -I/usr/OV/include -I/usr/solid/include  
-DPRINT   -g -c smgr_cli.c
gcc -I. -I../inc -I/opt/OV/include -I/usr/OV/include -I/usr/solid/include  
-DPRINT   -g -c g_checksum.c
gcc -I. -I../inc -I/opt/OV/include -I/usr/OV/include -I/usr/solid/include  
-DPRINT   -g -c memory.c
gcc -I. -I../inc -I/opt/OV/include -I/usr/OV/include -I/usr/solid/include  
-L../libs/ -L /opt/OV/lib -L /usr/solid/lib -L/usr/OV/lib -g  download.o 
pend_pdu.o smgr_cli.o g_checksum.o memory.o -lovsnmp -lovw -lov -lini 
-lgovutl -lipc -lsmgr -lsolcli -o download
/usr/local/sparc-sun-solaris2.8/bin/ld: warning: libauth.so.1, needed by 
/usr/solid/lib/libsolcli.so, not found (try using -rpath or -rpath-link)
$ ./download
ld.so.1: ./download: fatal: libovsnmp.so.2: open failed: No such file or 
directory
Killed


Thanks
Regards
Nagesh



_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]