Re: [hatari-devel] Jaguar emulator question |
[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]
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. -- Vincent Rivière
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |