Xref: news2.mv.net comp.os.msdos.djgpp:1462 From: Jeremy Cowgar Newsgroups: comp.os.msdos.djgpp Subject: v2, crt0.o - Cannot find? Using Win/NT Date: Mon, 26 Feb 1996 11:25:17 -0500 Organization: Program One OnLine Service Lines: 20 Message-ID: <3131DEEC.2A3C@prgone.com> NNTP-Posting-Host: 206.162.18.12 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I just installed Windows NT, 3.51. Figured at the same time might as well upgrade DJGPP to 2.0, so I did. Downloaded everything, including the test programs. Ran make on the test programs and everything is fine. Now I created your basic hello world program and it will not compile. Command Line: gcc test.c Error: c:\programs\DEVELO~1\Djgpp\bin/ld.exe: cannot open crt0.o: No such file or directory (ENOENT) The file crt0.o exist in C:\programs\Development\Djgpp\LIB I imagine that it is somewhere in my environment, djgpp.env or something seeing on how the file does exist, and using a makefile for the test programs work, however I am unable to find any errors. I have ran SETDJGPP, set my environmental varibles, path, everything I know to do. Can someone please help? Thanks a Million, Jeremy Cowgar jeremyc AT prgone DOT com