bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: linuxthreads problem introduced between 2.2.1 and 2.2.2


From: Gabor Z. Papp
Subject: Re: linuxthreads problem introduced between 2.2.1 and 2.2.2
Date: Tue, 06 Mar 2001 13:50:56 GMT

* Andreas Jaeger <address@hidden>:

| Send a small, self-contained program - I'm not going to debug mozilla
| configure tests.

I don't want send huge attachments to the list, but I send
it to you by private.

Anyway, who have mozilla libs, can try this:

[ Begin test.c ]
int main() {
gdk_superwin_get_type()
; return 0; }
[ End test.c ]

gcc -o ./test.elf -L./ ./test.c -lnspr4 -lgtksuperwin
/lib/libpthread.so.0: undefined reference to `atexit'
collect2: ld returned 1 exit status

Witch gcc -o ./test.elf -L./ ./test.c -lnspr4 -lgtksuperwin -lpthread
it is fine, and I don't know it is normal or isn't, since
Gnome developers won't fix this, and I'm not a programmer.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]