Date: Thu, 27 Jan 1994 14:14:10 +0800 (SST) From: Rick Whisenand Subject: library functions To: djgpp AT sun DOT soe DOT clarkson DOT edu I ran into the following problem when I tried to port f2c (the fortran to C convertor) using djgpp, while there is no such error messages with gcc on the UNIX. The errors are: open.c (.text+1d): undefined referenced to '_open' open.c (.text+35): undefined referenced to '_close' Is there any bug in the standard library ? Or, did I handle anything improperly ? Thanks,