Re: Passing options to the linker

2006-05-24 Thread Paulo J. Matos
On 24/05/06, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: * Ralf Wildenhues wrote on Wed, May 24, 2006 at 05:40:43PM CEST: > * Paulo J. Matos wrote: > > > This is needed due to some conclusions I referred in: > > http://groups.google.com/group/gnu.g++.help/browse_frm/thread/46517713685155f0/ > > H

Re: Passing options to the linker

2006-05-24 Thread Paulo J. Matos
On 24/05/06, Paulo J. Matos <[EMAIL PROTECTED]> wrote: On 24/05/06, Paulo J. Matos <[EMAIL PROTECTED]> wrote: > No, it is still not working. If we concentrate ourselves only in the > first situations where I want the libraries to be all linked > statically I have for the core: > bin_PROGRAMS = ex

Re: Passing options to the linker

2006-05-24 Thread Paulo J. Matos
On 24/05/06, Paulo J. Matos <[EMAIL PROTECTED]> wrote: No, it is still not working. If we concentrate ourselves only in the first situations where I want the libraries to be all linked statically I have for the core: bin_PROGRAMS = extsat extsat_SOURCES = esatmathcluster.cc ... extsat_LDFLAGS=-ex

Re: Passing options to the linker

2006-05-24 Thread Paulo J. Matos
On 24/05/06, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: * Ralf Wildenhues wrote on Wed, May 24, 2006 at 05:40:43PM CEST: > * Paulo J. Matos wrote: > > > This is needed due to some conclusions I referred in: > > http://groups.google.com/group/gnu.g++.help/browse_frm/thread/46517713685155f0/ > > H

Re: Passing options to the linker

2006-05-24 Thread Paulo J. Matos
On 24/05/06, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: Hi Paulo, * Paulo J. Matos wrote on Wed, May 24, 2006 at 05:34:50PM CEST: > > I'd like to know what's the best way to pass some options to the linker? > I'd like to add -Wl,--whole-archive to the linker before the libraries > I want to link

Re: Passing options to the linker

2006-05-24 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Wed, May 24, 2006 at 05:40:43PM CEST: > * Paulo J. Matos wrote: > > > This is needed due to some conclusions I referred in: > > http://groups.google.com/group/gnu.g++.help/browse_frm/thread/46517713685155f0/ > > Hmm, that looks very fishy: Never mind. Please try putti

Re: Passing options to the linker

2006-05-24 Thread Ralf Wildenhues
Hi Paulo, * Paulo J. Matos wrote on Wed, May 24, 2006 at 05:34:50PM CEST: > > I'd like to know what's the best way to pass some options to the linker? > I'd like to add -Wl,--whole-archive to the linker before the libraries > I want to link, which are listed in LIBADD. Any ideas on how to do > th

Passing options to the linker

2006-05-24 Thread Paulo J. Matos
Hi all, I'd like to know what's the best way to pass some options to the linker? I'd like to add -Wl,--whole-archive to the linker before the libraries I want to link, which are listed in LIBADD. Any ideas on how to do this? This is needed due to some conclusions I referred in: http://groups.goo