Re: Multiple definitions on Darwin, using convenience libs

2006-07-05 Thread Peter O'Gorman
On Wed, 2006-07-05 at 17:20 +0200, Florian Schricker wrote: > Ok, I had some confusions there; libtool was "Darwin's libtool" - I > should have used glibtool like I already glibtoolize. Nonetheless I > installed libtool-1.5.22 locally and have it in PATH first. Plus I added > an include-dir to aclo

Re: Multiple definitions on Darwin, using convenience libs

2006-07-05 Thread Florian Schricker
Hi! On Wed, 2006-07-05 at 22:47 +0900, Peter O'Gorman wrote: > On Wed, 2006-07-05 at 15:16 +0200, Florian Schricker wrote: > > Libtool then goes trying to put things together; the call is: > > /bin/sh ../libtool --mode=link g++ -g -O2 > > -L/Users/eyerq/local/lib/re-group -o libgreql.l

Re: Multiple definitions on Darwin, using convenience libs

2006-07-05 Thread Peter O'Gorman
On Wed, 2006-07-05 at 15:16 +0200, Florian Schricker wrote: > Libtool then goes trying to put things together; the call is: > /bin/sh ../libtool --mode=link g++ -g -O2 > -L/Users/eyerq/local/lib/re-group -o libgreql.la -rpath > /Users/eyerq/local/lib/re-group -version-info 1:0:0 greql.l

Multiple definitions on Darwin, using convenience libs

2006-07-05 Thread Florian Schricker
Hi List! I'm in trouble building a huge shared lib from a long list of convenience libs. Using Linux, everything's fine, the current troublemaker is a "Darwin Kernel Version 8.7.0" machine. Compiling all libs works without problems, a typical Makefile.am looks like: noinst_LTLIBRARIES =

Re: Interix Shared Libraries

2006-07-05 Thread Ralf Wildenhues
* Duft Markus wrote on Tue, Jul 04, 2006 at 05:14:50PM CEST: > > I ran some tests now ;o) The thing is, that i left libtool as it was > (my patches applied) when i built it using wgcc (i normally use gcc to > build it, since i don't need libltdl, so it doesn't really matter), so > the configure us

Re: PATH as runpath_var?

2006-07-05 Thread Ralf Wildenhues
* Duft Markus wrote on Wed, Jul 05, 2006 at 09:01:03AM CEST: > > Just a quick question: On windows all the compiled .dll files need to be > in the path to be found at runtime ($PATH). > Is there some easy way of putting paths in there? Like just changing > runpath_var to PATH?? I don't understan

PATH as runpath_var?

2006-07-05 Thread Duft Markus
Hi!   Just a quick question: On windows all the compiled .dll files need to be in the path to be found at runtime ($PATH). Is there some easy way of putting paths in there? Like just changing runpath_var to PATH??   Regards, markus ___ http://list