Re: Problems to understand win32 linking

2006-05-14 Thread Andreas Volz
Am Sun, 14 May 2006 20:59:00 +0200 schrieb Ralf Wildenhues: > I have a vague deja vu feeling here. Which libtool version are you > using? Which of the libraries are static, import libraries, or > shared? (Is this on Debian, with the libwinmm from the > mingw32-runtime package? That one is an imp

Problems to understand win32 linking

2006-05-14 Thread Andreas Volz
Hi, I've still some problems to link various libraries (here: against FreeGLUT). I tried it in native windows with mingw and currently with my cross compiler in Gentoo (xmingw). All applications that use FreeGLUT need to link also against -lwinmm and -lgdi32. I tried to avoid this by linking FreeG

Re: dependency_libs?

2006-05-04 Thread Andreas Volz
Am Wed, 3 May 2006 19:06:17 +0200 schrieb Ralf Wildenhues: > > Ok, at first I show the cross build of freeglut. Here is the > > packages configured and build: (log files and .la files included) > > Thanks. The first point where the X11 libraries come into play even > when --without-x is given is

Re: dependency_libs?

2006-05-03 Thread Andreas Volz
Am Wed, 3 May 2006 10:31:31 +0200 schrieb Ralf Wildenhues: > To be able to confirm or deny anything here, we would need much more > information. configure log, build log, contents of all .la files Ok, at first I show the cross build of freeglut. Here is the packages configured and build: (log fi

Re: dependency_libs?

2006-05-03 Thread Andreas Volz
Am Tue, 2 May 2006 13:22:54 +0200 schrieb Andreas Volz: > Perhaps my cross compiler enviroment isn't sane. If I don't use > --without-x my hosts X installation is found: > > ... > checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include > ... Now

Re: dependency_libs?

2006-05-02 Thread Andreas Volz
Am Sun, 30 Apr 2006 11:52:16 -0700 schrieb Russ Allbery: > Andreas Volz <[EMAIL PROTECTED]> writes: > > > I build my library with GNU autotools and link to it with the > > pkg-config --uninstalled option without installing it. In this case > > a la-file (libm

dependency_libs?

2006-04-30 Thread Andreas Volz
Hi, I build my library with GNU autotools and link to it with the pkg-config --uninstalled option without installing it. In this case a la-file (libmhgui.la) is created. I've some problems to understand how libtool generated the dependency_libs field. In my package is a --with-x/--without-x option