Bug#211054: fails to link libraries with -pthread on powerpc

2003-09-17 Thread Daniel Jacobowitz
On Mon, Sep 15, 2003 at 05:33:36PM +0200, Marcin Owsiany wrote: Package: gcc-3.3 Version: 1:3.3.2-0pre3 Severity: important I use -Wl,-z,defs as sugegsted by the Policy. [EMAIL PROTECTED]:~$ uname -a Linux bruckner 2.4.21 #1 Don Aug 28 15:18:52 CEST 2003 ppc GNU/Linux [EMAIL

Bug#211054: fails to link libraries with -pthread on powerpc

2003-09-17 Thread Daniel Jacobowitz
On Wed, Sep 17, 2003 at 09:44:40AM -0400, Daniel Jacobowitz wrote: On Mon, Sep 15, 2003 at 05:33:36PM +0200, Marcin Owsiany wrote: Package: gcc-3.3 Version: 1:3.3.2-0pre3 Severity: important I use -Wl,-z,defs as sugegsted by the Policy. [EMAIL PROTECTED]:~$ uname -a Linux

Bug#211054: fails to link libraries with -pthread on powerpc

2003-09-15 Thread Marcin Owsiany
Package: gcc-3.3 Version: 1:3.3.2-0pre3 Severity: important I use -Wl,-z,defs as sugegsted by the Policy. [EMAIL PROTECTED]:~$ uname -a Linux bruckner 2.4.21 #1 Don Aug 28 15:18:52 CEST 2003 ppc GNU/Linux [EMAIL PROTECTED]:~$ cat a.c main(){pthread_create();} [EMAIL PROTECTED]:~$ cc -shared