Re: 2 non-libtool libs want to start

2004-12-19 Thread Ross Boylan
On Sat, 2004-12-11 at 07:58, Peter O'Gorman wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Ross Boylan wrote: > > | I verified with nm that both the R and boost test libraries define > | (not just refer to) the symbol _main. > > Hmm, that is a little strange, I just built R (the fi

Re: 2 non-libtool libs want to start

2004-12-11 Thread Peter O'Gorman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ross Boylan wrote: | I verified with nm that both the R and boost test libraries define | (not just refer to) the symbol _main. Hmm, that is a little strange, I just built R (the fink package for 2.0.1) and don't have a _main function defined in or refe

Re: 2 non-libtool libs want to start

2004-12-10 Thread Ralf Wildenhues
* Ross Boylan wrote on Thu, Dec 09, 2004 at 09:22:34PM CET: > I have two libraries, both of which want to be the one that starts. I > assume they both define main, though I have not verified that. Both are > 3rd party, non-libtool, libraries. The C `main' function is defined in these libraries?