| www.delorie.com/djgpp/mail-archives/browse.cgi | search |
| From: | Hans-Bernhard Broeker <broeker AT acp3bf DOT physik DOT rwth-aachen DOT de> |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | Re: Where can I find crtf.o? |
| Date: | 25 Feb 2000 17:01:35 GMT |
| Organization: | Aachen University of Technology (RWTH) |
| Lines: | 25 |
| Message-ID: | <896chf$jip$1@nets3.rz.RWTH-Aachen.DE> |
| References: | <gsst4.551$y3 DOT 187962368 AT newsb DOT telia DOT net> |
| NNTP-Posting-Host: | acp3bf.physik.rwth-aachen.de |
| X-Trace: | nets3.rz.RWTH-Aachen.DE 951498095 20057 137.226.32.75 (25 Feb 2000 17:01:35 GMT) |
| X-Complaints-To: | abuse AT rwth-aachen DOT de |
| NNTP-Posting-Date: | 25 Feb 2000 17:01:35 GMT |
| User-Agent: | tin/1.4-19991113 ("No Labels") (UNIX) (Linux/2.0.0 (i586)) |
| Originator: | broeker@ |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
| Reply-To: | djgpp AT delorie DOT com |
Erik Berglund <erik2 DOT berglund AT telia DOT com> wrote: [... compiling the usual 'hello.cpp' ...] > the linker complains about not being able to > find "crtf.o": > C:\DJGPP2\BIN>gxx -o hello.exe hello.c > c:/djgpp/bin/ld.exe: cannot open crtf.o: No such file or > directory (ENOENT) Insufficient information, I think. You probably have an installation problem, but it's hard to be sure without additional facts: 1) gcc version 2) DJGPP version 3) output of that compile line, after adding the '-v' option crtf.o used to be part of some gcc releases for DJGPP, but AFAIK, the current one, gcc-2.95.2, doesn't need or use it. My main suspicion: an old 'specs' file that dosen't match your gcc release. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |