Xref: news-dnh.mv.net comp.os.msdos.djgpp:2905 Path: news-dnh.mv.net!mv!news.sprintlink.net!dispatch.news.demon.net!demon!tank.news.pipex.net!pipex!usenet.eel.ufl.edu!news.mathworks.com!news.duke.edu!usenet From: dstoelt AT acpub DOT duke DOT edu (Daniel T. Stoelting) Newsgroups: comp.os.msdos.djgpp Subject: Re: Need help using f2c/gcc with djgpp V2 - clqrification Date: 27 Oct 1995 08:12:11 GMT Organization: Duke University, Durham, NC, USA Lines: 20 References: <46ko21$n9n AT news DOT duke DOT edu> Nntp-Posting-Host: async10.async.duke.edu To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp In article <46ko21$n9n AT news DOT duke DOT edu>, dstoelt AT acpub DOT duke DOT edu says... > >I have been using f2c/ggc with V1 for some time with no problems. I >recompiled the fortran libraries with version but I get one >compilation error: > >crt1.c(.text+0x271): undefined reference to `main' > >Has anyone had this experience? Thanks in advance. > >Dan > I reread this and saw it is confusing. I simply applied the patch to the netlib sources and successfully got f2c.exe and the fortran libraries (libf2c.a). This was done using DJGPP Version 1.0 and Version 2.0. For the link part using -lf2c -lm **no** executable was created and the above error message was displayed.