Re: problems with libsdl1.2debian

2001-12-18 Thread Michael Moerz
On Thu, Dec 13, 2001 at 10:24:30PM +0100, Robert Bihlmeyer wrote: > Michael Moerz <[EMAIL PROTECTED]> writes: > [snip] > > I think the problem is that -lXxf86vm occurs on the commandline > *before* libSDL is linked in. c++ does not yet know that these symbols > are needed later, and therefore the

Re: problems with libsdl1.2debian

2001-12-18 Thread Michael Moerz
On Thu, Dec 13, 2001 at 10:24:30PM +0100, Robert Bihlmeyer wrote: > Michael Moerz <[EMAIL PROTECTED]> writes: > [snip] > > I think the problem is that -lXxf86vm occurs on the commandline > *before* libSDL is linked in. c++ does not yet know that these symbols > are needed later, and therefore th

Re: problems with libsdl1.2debian

2001-12-13 Thread Robert Bihlmeyer
Michael Moerz <[EMAIL PROTECTED]> writes: > /bin/sh ../../../libtool --mode=link c++ -O2 -Wno-sign-compare > -funsigned-char -D_UNIX_ -D_SDL_ -D_string_compare_broken_ -D_UNICODE_BROKEN_ > -I/usr/include/SDL -D_REENTRANT -I/usr/include/SDLmm -Dkarteneditor > -DFREEMAPZOOM -DNEWKEYB -o asc_map

Re: problems with libsdl1.2debian

2001-12-13 Thread Robert Bihlmeyer
Michael Moerz <[EMAIL PROTECTED]> writes: > /bin/sh ../../../libtool --mode=link c++ -O2 -Wno-sign-compare -funsigned-char >-D_UNIX_ -D_SDL_ -D_string_compare_broken_ -D_UNICODE_BROKEN_ -I/usr/include/SDL >-D_REENTRANT -I/usr/include/SDLmm -Dkarteneditor -DFREEMAPZOOM -DNEWKEYB -o >asc_maped

problems with libsdl1.2debian

2001-12-11 Thread Michael Moerz
Hi! I have packaged libsdl-mm0.1 and used sdl-config --library-libs output when compiling it. Well that works fine, but I am currently trying to package an other software that links against libsdl1.2, libsdl-mm0.1 and various other libs. When building the software gcc complains: /bin/sh ../../../

problems with libsdl1.2debian

2001-12-11 Thread Michael Moerz
Hi! I have packaged libsdl-mm0.1 and used sdl-config --library-libs output when compiling it. Well that works fine, but I am currently trying to package an other software that links against libsdl1.2, libsdl-mm0.1 and various other libs. When building the software gcc complains: /bin/sh ../../..