Hi Folks,

I can't figure out why my binary does not link with certain libraries:



LDLIBRARIES +=
-L/ms/dist/msjava/PROJ/sunjdk/1.6.0_31/.exec/amd64.linux.2.4.glibc.2.3/jre/lib/amd64/



LDLIBRARIES +=
-L/ms/dist/msjava/PROJ/sunjdk/1.6.0_31/.exec/amd64.linux.2.4.glibc.2.3/jre/lib/amd64/server



LDLIBRARIES +=
-L/ms/dist/msjava/PROJ/sunjdk/1.6.0_31/.exec/amd64.linux.2.4.glibc.2.3/jre/lib/amd64/xawt



LDLIBRARIES += -lmlib_image -lfontmanager -lawt -lmawt



LDLIBRARIES += -ljvm -lverify -lzip –ljava

 

The binary I get when I run the ldd command on it I don't see the files
above being linked properly even though they are in the path specified above

/ms/dist/msjava/PROJ/sunjdk/1.6.0_31/.exec/amd64.linux.2.4.glibc.2.3/jre/lib/amd64/
 

The ldd command on the resulting binary gives me:



libmlib_image.so => not found



                libfontmanager.so => not found



                libawt.so => not found



                libmawt.so => not found



                libjvm.so => not found



                libverify.so => not found



                libzip.so => not found



                libjava.so => not found




--
View this message in context: 
http://gnu-make.2324884.n4.nabble.com/GNUMake-link-step-not-work-to-certain-libraries-tp16876.html
Sent from the Gnu - Make - Help mailing list archive at Nabble.com.

_______________________________________________
Help-make mailing list
Help-make@gnu.org
https://lists.gnu.org/mailman/listinfo/help-make

Reply via email to