Re: Share exception between shared lib and an application...

2003-03-30 Thread Gerrit P. Haase
Hallo Elfyn, >> And there is an additional exe.exe in the src directory, >> but I'm not sure what it is good for or where it does came >> from? > I think that's from the libtool wrapper magic Charles introduced in the > latest libtool... I'll have to read the docs. It seems it is good for the '

Re: Share exception between shared lib and an application...

2003-03-30 Thread Elfyn McBratney
> Hallo Vaillant, > > Am Sonntag, 30. März 2003 um 22:01 schriebst du: > > > Well, > > > I use autoconf, automake and libtool... > > I did: > $ aclocal > $ libtoolize --force --copy --automake > $ autoheader > $ automake --foreign --add-missing --copy > $ autoconf > $ ./configure > $ make > $ cd sr

Re: Share exception between shared lib and an application...

2003-03-30 Thread Gerrit P. Haase
Hallo Vaillant, Am Sonntag, 30. März 2003 um 22:01 schriebst du: > Well, > I use autoconf, automake and libtool... I did: $ aclocal $ libtoolize --force --copy --automake $ autoheader $ automake --foreign --add-missing --copy $ autoconf $ ./configure $ make $ cd src $ cp exe2.exe .libs $ cd .li

Re: Share exception between shared lib and an application...

2003-03-30 Thread Vaillant Etienne
Well, I use autoconf, automake and libtool... I think the most simple is that I give you all my source file... And, principal line are : configure.in : - "AC_LIBTOOL_WIN32_DLL" src / Makefile.am : - "-no-undefined" for link flag of my librarie Etienne ps.zip Description: Zip compressed d

Re: Share exception between shared lib and an application...

2003-03-30 Thread Steven O'Brien
On Sun, 30 Mar 2003 18:22:20 +0200, Vaillant Etienne wrote: > But I have a problem : exceptions between shared lib and an > application isn't support by Cygwin... > > To verify this, I made the following exemple : Etienne, you don't say how you compiled or linked your example. If the shared libra