Re: [hatari-devel] Jaguar emulator question

[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]


Thanks a lot Vincent, that was it.

Best regards

Laurent


Le 09/03/2012 22:57, Vincent Rivière a écrit :
Laurent Sallafranque wrote:
but in makefile-qt, there's this line :

LIBS = $(SUBLIBS) -L/usr/lib/x86_64-linux-gnu -L/usr/X11R6/lib64 -lz -Lobj -ljaguarcore -lm68k `sdl-config --libs` -lQtOpenGL -lQtGui -lQtCore -lGLU
-lGL -lpthread

-lz is already here.

The order of the libraries matters on the command line.
Since libjaguarcore uses libz, -lz should appear after -ljaguarcore.

Try moving -lz at the end of LIBS.





Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/