| delorie.com/archives/browse.cgi | search |
| From: | Vic <tudor AT cam DOT org> |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | Re: Newbie agisnt a *simple* ENOENT (Diego Dominguez) |
| Date: | Tue, 07 Oct 1997 20:50:56 -0400 |
| Organization: | Communications Accessibles Montreal, Quebec Canada |
| Lines: | 15 |
| Message-ID: | <343AD8F0.486E@cam.org> |
| References: | <343ab74a DOT 0 AT news DOT arrakis DOT es> |
| NNTP-Posting-Host: | dynppp-133.hip.cam.org |
| Mime-Version: | 1.0 |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
diego wrote: > window) by invoking gcc v.2.7.2b as follows: > gcc -o det55f areagr2.o areagris.o bbox3.o crea_et.o det55f.o > esquina8.o fusion3.o gen_clas.o hist.o link.o link2.o polyadap.o > relink4.o visorbba.o -lbcc2 -lgrx20 > But the same error came out :-( first thing that comes in my mind: your command line is too long. It will be truncated at relink4.o leaving just re which is not recognised by GCC. To fix this, make a file (for example called "com") then put in it the command line (all of it, minus the gcc invocation) then say something like gcc @com . -- --> http://www.cam.org/~tudor <-- Go ahead and build another Messiah We dig another grave...
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |