Re: postdeps empty on OpenBSD

2005-09-22 Thread Jacob Meuser
On Fri, Sep 23, 2005 at 08:41:38AM +0900, Peter O'Gorman wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Jacob Meuser wrote: > | > | Thorsten's statement is somewhat misleading. you can definitely link > | libraries and dlopened modules against libraries without having all > | those

Re: postdeps empty on OpenBSD

2005-09-22 Thread Peter O'Gorman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jacob Meuser wrote: | | Thorsten's statement is somewhat misleading. you can definitely link | libraries and dlopened modules against libraries without having all | those libraries linked directly to the executable. | | but, there was something of a

Re: postdeps empty on OpenBSD

2005-09-22 Thread Jacob Meuser
On Thu, Sep 22, 2005 at 01:58:36PM +0900, Peter O'Gorman wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Thorsten Glaser wrote: > | gcc -shared creates a shared library. > | > | On OpenBSD, shared libraries do not link against other shared libraries. > | The main programme must link a

regarding multiple parser.y in single Makefile.am

2005-09-22 Thread Nitesh Soni (NC/TNT)
Title: regarding multiple parser.y in single Makefile.am Hi.  I am trying to build multiple parser.y sources in a single Makefile.am for different libraries.    eg  I have parser.y in  src/libX/src and in src/libY/src ...       I have a single Makefile.am at "src" level. How can I b

Re: postdeps empty on OpenBSD

2005-09-22 Thread Ralf Wildenhues
Hi Jacob, * Jacob Meuser wrote on Thu, Sep 22, 2005 at 01:38:09PM CEST: > On Wed, Sep 21, 2005 at 10:45:40PM +0200, Ralf Wildenhues wrote: > > > > OK, but this is exactly one thing libtool was designed to do for you: > > keep track of the libraries you also have to link against; it should > > hav

Re: postdeps empty on OpenBSD

2005-09-22 Thread Peter O'Gorman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jacob Meuser wrote: | And changing output_verbose_link_command won't fix Olly's problem | anyway, because as Olly has shown, -lstdc++ doesn't get added by the | linker when -shared is used. | Do we know what the versions of the OS/gcc are where -lstd

Re: postdeps empty on OpenBSD

2005-09-22 Thread Jacob Meuser
On Wed, Sep 21, 2005 at 10:45:40PM +0200, Ralf Wildenhues wrote: > Hi Thorsten, > > * Thorsten Glaser wrote on Wed, Sep 21, 2005 at 10:05:53PM CEST: > > Olly Betts dixit: > > >On 2005-09-21, Peter O'Gorman <[EMAIL PROTECTED]> wrote: > > >> IIRC, archive_cmds on openbsd does not use -nostdlib, so h

Re: postdeps empty on OpenBSD

2005-09-22 Thread Ralf Wildenhues
* Olly Betts wrote on Wed, Sep 21, 2005 at 11:00:30PM CEST: > On Wed, Sep 21, 2005 at 10:45:40PM +0200, Ralf Wildenhues wrote: > > * Thorsten Glaser wrote on Wed, Sep 21, 2005 at 10:05:53PM CEST: > > > Olly Betts dixit: > > > >It looks like the problem is that "g++ -shared" doesn't link to > > > >