From: (Rick Whisenand) Subject: library functions Organization: Kaleida Labs, Inc. Originator: daemon AT talisman DOT kaleida DOT com Date: 27 Jan 94 06:14:10 GMT To: djgpp AT sun DOT soe DOT clarkson DOT edu Reply-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,