-static-libgcc link flag and shared objects

2006-02-17 Thread Joe Orton
We had an Apache user complain that -static-libgcc was not passed through to the linker on Solaris if passed on the --mode=link line, when linking a shared object; would this be considered a libtool bug? http://issues.apache.org/bugzilla/show_bug.cgi?id=38195 Regards, joe ___

Re: Unhelpful behaviour on Cygwin when "file" isn't installed

2006-02-17 Thread Ralf Wildenhues
* Olly Betts wrote on Fri, Feb 17, 2006 at 07:55:58PM CET: > On Tue, Feb 14, 2006 at 08:12:58PM -0600, Bob Friesenhahn wrote: > > On Tue, 14 Feb 2006, Ralf Wildenhues wrote: > > >* Olly Betts wrote on Tue, Feb 14, 2006 at 08:06:52PM CET: > > >>I tried to search for previous references to this issue

Re: exclusive static or shared

2006-02-17 Thread Ralf Wildenhues
Hi Christopher, * Christopher Hulbert wrote on Wed, Feb 15, 2006 at 04:10:20PM CET: > > Lets say I build library liba as both static and shared (thus I have > liba.a and liba.so or liba.lib and liba.dll). I later want to build > libb.so or libb.dll against the installed liba. From my observatio

Re: Unhelpful behaviour on Cygwin when "file" isn't installed

2006-02-17 Thread Olly Betts
On Tue, Feb 14, 2006 at 08:12:58PM -0600, Bob Friesenhahn wrote: > On Tue, 14 Feb 2006, Ralf Wildenhues wrote: > >* Olly Betts wrote on Tue, Feb 14, 2006 at 08:06:52PM CET: > >>I tried to search for previous references to this issue, but it's pretty > >>much impossible to usefully search for "file

Re: exclusive static or shared

2006-02-17 Thread Ralf Wildenhues
Hi Christopher, * Christopher Hulbert wrote on Fri, Feb 17, 2006 at 08:21:07PM CET: > I normally do not create shared libraries. The ONE place I do though > is with Matlab MEX functions which are nothing more than a shared > library with the mexFunction as an exported function. I link my > Matla

Re: exclusive static or shared

2006-02-17 Thread Christopher Hulbert
I normally do not create shared libraries. The ONE place I do though is with Matlab MEX functions which are nothing more than a shared library with the mexFunction as an exported function. I link my Matlab code against static libraries that contain my real functions (The matlab interface serves e