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

[EMAIL PROTECTED]
T�l : +41 22 708 02 02
 


_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make

Reply via email to