[LCP]Question about static library's

Davin Flatten davinslists at yahoo.com
Mon Jul 16 13:19:40 UTC 2001


I am teaching myself about linked lists and I have
written a small implementation that I would like to
compile as a static library( also teaching myself
about that too ).  I read the excellent HOWTO by David
Wheeler and I was able to succesfully compile my
linked list files as a static library and then compile
it into a test program.  Everything works fine until I
issue and exit() then I get:

Program recieved signal SIGABRT, Aborted.
0x4004ea21 in __kill () from /lib/libc.so.6

Am I not doing some clean-up that I should be?

Thanks,
Davin Flatten

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/



More information about the linuxCprogramming mailing list