error:
>
>
> /ceblair/incoming/tcl8.3.4/unix/libtcl8.3.so: undefined reference to `atexit'
> collect2: ld returned 1 exit status
> make: *** [tclsh] Error 1
>
> This seemed to puzzle the people on the tcl mailing list. Can
> anyone here explain what might be causing thi
I tried downloading the current version of tcl (8.3.4)
from their web site and compiling it on my year-old
"potato" debian. I typed ./configure and "make", and
at some point got this error:
/ceblair/incoming/tcl8.3.4/unix/libtcl8.3.so: undefined reference to `atexit'
On 30 Sep 2001 12:26:59 -0400, Derek L Davies <[EMAIL PROTECTED]> wrote:
>
> I get this:
>
> gcc ae.c -o ae
> /tmp/ccu0o440.o: In function `main':
> /tmp/ccu0o440.o(.text+0x37): undefined reference to `atexit'
> collect2: ld returned 1 exit status
>
I get this:
gcc ae.c -o ae
/tmp/ccu0o440.o: In function `main':
/tmp/ccu0o440.o(.text+0x37): undefined reference to `atexit'
collect2: ld returned 1 exit status
with my test program. A similar test using on_exit works as
expected.
My stdlib.h has:
/* Register a function to be c
On Sun, Sep 30, 2001 at 11:02:39AM -0400, Derek L Davies wrote:
> I've been having problems with atexit for a long time now. I've tried
> various ways to figure out what's going on without luck.
>
> It looks like somewhere along the line atexit disappeared from lib
What makes you think it's not in libc6? The "atexit" function is
declared in stdlib.h.
$ grep atexit /usr/include/stdlib.h
extern int atexit (void (*__func) (void)) __THROW;
/* Call all functions registered with `atexit' and `on_exit',
functions registered with `atexit
Hi,
I've been having problems with atexit for a long time now. I've tried
various ways to figure out what's going on without luck.
It looks like somewhere along the line atexit disappeared from libc6
. I know on_exit does what atexit does and more - has atexit been
depreca
can and sophos
> antivir, because I have the newest version of them and still don't work
> because of:
>
> ./uvscan: error while loading shared libraries: ./uvscan: undefined
> symbol: atexit
libc6 2.2.3-10 was broken. Try version 2.2.3-11 in incoming
(http://incomi
On Tuesday 14 August 2001 13:12, Eduard Bloch wrote:
> Speak after me:
> Unstable is unstable is unstable is unstable...
I know :-)
> I have to read debian-devel, I have to read debian-devel...
OK I will do this!
> http://auric.debian.org/~bcollins/libc6_2.2.3-10.0.1_i386.deb or wait
> for a fi
#include
Severin Olloz wrote on Tue Aug 14, 2001 um 12:58:01PM:
> I have update my debian server and there's a problem with the glibc 2.2.3-10
> package!
Speak after me:
Unstable is unstable is unstable is unstable...
I have to read debian-devel, I have to read debian-devel...
> Somebody kno
Hello...
I have update my debian server and there's a problem with the glibc 2.2.3-10
package!
When I want to start apache wit php4-support, I become this error-message:
Cannot load /usr/lib/apache/1.3/libphp4.so into server:
/usr/lib/libpcre.so.3: undefined symbol: atexit
Somebody
don't work
because of:
./uvscan: error while loading shared libraries: ./uvscan: undefined
symbol: atexit
How can I get them to work again?
thanks,
Gabor
In about 20 minutes, you can download this package:
http://auric.debian.org/~bcollins/libc6_2.2.3-10.0.1_i386.deb
size: 3413348
md5sum: 7d4535a0bb44145b098751d6959c3679
It solves the problem with the missing atexit symbol. I'll be uploading
a 2.2.3-11 soonish.
Please refrain from f
fpq -lpq
> /usr/lib/libcrypto.so.0.9.6: undefined reference to `atexit'
> collect2: ld returned 1 exit status
The libssl (libcrypto) was compiled with a buggy version of gcc. It
needs to be recompiled. The version in unstable and (afaik) woody,
/lib/libcrypto.so.0.9.6: undefined reference to `atexit'
| collect2: ld returned 1 exit status
|
| But if I compile a very small program that calls atexit() directly, it has
| no problem finding it, even though I specify no library at all.
| As far as I can see, atexit() is part of libc6.
Can anyone offer a solution for this:
gcc -pipe -L /home/olly/mypackages/eiflibs/eifpgsql/C -L
/home/olly/mypackages/eiflibs/datetime/C edbgen1.o edbgen2.o edbgen3.o
edbgen4.o -lgdk -lgtk -leifutils -leifpq -lpq
/usr/lib/libcrypto.so.0.9.6: undefined reference to `atexit'
collect2: ld ret
16 matches
Mail list logo