RE: Specifying a .def file for use with libtools libraries

2002-02-18 Thread Stephano Mariani
not on windows! Stephano Mariani > -Original Message- > From: Charles Wilson [mailto:[EMAIL PROTECTED]] > Sent: Monday, 18 February 2002 8 12 > To: Stephano Mariani > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: Specifying a .def file for use with libtools lib

Re: Specifying a .def file for use with libtools libraries

2002-02-18 Thread Charles Wilson
3 \3/p' | sed 's/.* //' | sort > | uniq > .libs/libfile.exp > > And passes it to ld via gcc using -Wl,-retain-symbols-file > -Wl,.libs/libfile.exp > > This seems flawed to me since ld simply ignores it as far as I can see! > > Stephano Mariani > > >&g

RE: Specifying a .def file for use with libtools libraries

2002-02-18 Thread Stephano Mariani
ariani > -Original Message- > From: Charles Wilson [mailto:[EMAIL PROTECTED]] > Sent: Monday, 18 February 2002 7 14 > To: Stephano Mariani > Cc: [EMAIL PROTECTED] > Subject: Re: Specifying a .def file for use with libtools libraries > > This is kindof a kluge, but t

Re: Specifying a .def file for use with libtools libraries

2002-02-18 Thread Charles Wilson
This is kindof a kluge, but try this: libname_la_LDFLAGS = foo.def <-no-undefined and other link flags> --chuck Stephano Mariani wrote: > Hello, > > Is there a way to use something similar to .def files with libtool. I > have no way of limiting the export list, and the -export-symbols > dire