help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

LDLIBRARY on AIX 4.3.3


From: Marc Martinez
Subject: LDLIBRARY on AIX 4.3.3
Date: Mon, 2 Jul 2001 14:08:31 +0200

Hi,
When I launch a command with make 3.77 on AIX 4.3.3. 
Make is not able to find the librarie of the executable whereas if I launch
the executabe in command line all is OK.
Makefile
___________________________________________________________________
comapall: msg_comp
        buildserver -v -o /stk/proj/server/exec/srvsup.exe \
                 -s NYSUP_MONITEUR \
                 -s NYSUPMASTER_ADM \
                 -s NYSUP_FILETRANS \
                 -s NYSUP_ADMIN \
                 -f "/stk/proj/objects/ny/sup/nysup_mainsrv.o" \
                 -f "" \
                 -f "-lnysup -lnyfml -lnyfil -lnyuti -lnylog -lnycal
-lnytux" \
                 -f -lm
msg_comp:
        @echo ">>$(LIBPATH)<<"
        @echo ""
___________________________________________________________________
and the error is :
>><<
Could not load program buildserver:
        Dependent module libgp.a(libgp.so.60) could not be loaded.
Could not load module libgp.a(libgp.so.60).
Error was: No such file or directory
make: *** [/stk/proj/server/exec/srvsup.exe] Error 255

And the LIBPATH variable :
echo $LIBPATH
/usr/lib:/products/tuxedo/lib:/products/informix/lib:/products/informix/lib/
esql:/usr/lib:/products/tuxedo/lib:/products/informix/lib:/products/informix
/lib/esql
:/usr/lib:/products/tuxedo/lib:/products/informix/lib:/products/informix/lib
/esql:/usr/lib:/products/tuxedo/lib:/products/informix/lib:/products/informi
x/lib/esql




Marc Martinez
Ingénieur Informatique
Groupe Steria - STERIA INFORMATIC SA - Genève
35, Rue des Bains
1205 Genève

address@hidden
Tél : +41 22 708 02 02
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]