Re: [Schrodinger-devel] pthread linker error

2011-02-19 Thread Leo Izen
On Sat, Feb 19, 2011 at 7:55 PM, Mark Himsley wrote: > On 18/02/2011 20:47, Leo Izen wrote: > > I'm getting pthread linker errors when building libschroedinger for > > mingw32. This is my configure line: > > > > ./configure --with-thread=pthread --with-gnu-ld --disable-gtk-doc > > --enable-static

Re: [Schrodinger-devel] pthread linker error

2011-02-18 Thread Leo Izen
On Fri, Feb 18, 2011 at 4:55 PM, David Schleef wrote: > On Fri, Feb 18, 2011 at 03:47:59PM -0500, Leo Izen wrote: > > I'm getting pthread linker errors when building libschroedinger for > mingw32. > > This is my configure line: > > > > ./configure --with-thread=pthread --with-gnu-ld --disable-gtk

Re: [Schrodinger-devel] pthread linker error

2011-02-18 Thread David Schleef
On Fri, Feb 18, 2011 at 03:47:59PM -0500, Leo Izen wrote: > I'm getting pthread linker errors when building libschroedinger for mingw32. > This is my configure line: > > ./configure --with-thread=pthread --with-gnu-ld --disable-gtk-doc > --enable-static --disable-shared --host=x86_64-w64-mingw32 >

[Schrodinger-devel] pthread linker error

2011-02-18 Thread Leo Izen
I'm getting pthread linker errors when building libschroedinger for mingw32. This is my configure line: ./configure --with-thread=pthread --with-gnu-ld --disable-gtk-doc --enable-static --disable-shared --host=x86_64-w64-mingw32 --prefix=/usr/local/x86_64-w64-mingw32 I'm not using --with-thread=w