Xref: news-dnh.mv.net comp.os.msdos.djgpp:729 Path: news-dnh.mv.net!mv!news.sprintlink.net!cs.utexas.edu!math.ohio-state.edu!news.cyberstore.ca!vanbc.wimsey.com!io.org!nobody From: mani AT io DOT org (Mani Sundar) Newsgroups: comp.os.msdos.djgpp Subject: Can't find crt0.o and -lgcc messages Date: 30 Jun 1995 10:08:22 -0400 Organization: Internex Online (Data: 363-3783/Telnet: io.org) Lines: 18 Nntp-Posting-Host: r-node.io.org To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp Hi! I installed DJGPP 1.12 (up to maint4)... and when i tried compiling a hello world program, i got this error from ld : can't find crt0.o ... now, the DJGPP.ENV was set in the environment... I know this because if i don't set it, DJGPP can't find where the includes files are.... so apparently... that part of the file was setup correctly... yet i still get this error... so, i copy crt0.o out of the lib directory and into the main one.... fine, now i get this error from ld : can't find -lgcc... great, another file in the lib directory... i ended up copying that one out of the lib dir to the main one just to get it to compile... What's wrong? Mail me at mani AT io DOT org... BTW : if i just type gcc, it says this version of the compiler requires a version (1.12.maint3) newer than this one, gcc only works if i do go32 gcc.exe ...