home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!noc.near.net!bigboote.WPI.EDU!bigwpi.WPI.EDU!llew
- From: llew@bigwpi.WPI.EDU (Lok C. Lew Yan Voon)
- Newsgroups: comp.lang.c
- Subject: has anybody heard of 'onexit' ?
- Date: 23 Nov 1992 01:55:08 GMT
- Organization: Worcester Polytechnic Institute
- Lines: 19
- Distribution: world
- Message-ID: <1epdlsINNkrm@bigboote.WPI.EDU>
- NNTP-Posting-Host: bigwpi.wpi.edu
-
- i'm running a set of f77 codes on a dec3100 (ultrix),
- together with a C interface for doing dynamic memory
- allocation.
-
- now i decided to convert all the prog into C by using f2c.
- when i tried to compile everything, the linker complains:
- Undefined:
- onexit
-
- i did a grep on all the .c files and there's no 'onexit'
- string.
- (btw, i had done the same on a different platform and
- there's no problem.)
-
- does anyone know what's going on?
- (i've no knowledge of C beyond chp one of K&R!)
-
- thanks,
- lok
-