From: eglebbk AT phys DOT uva DOT nl (Evert Glebbeek) Newsgroups: comp.os.msdos.djgpp Subject: Re: Question Date: Fri, 14 Jul 2000 21:58:54 GMT Organization: Physics student, University of Amsterdam Lines: 26 Distribution: world Message-ID: <396f8b53.11234647@news.wins.uva.nl> References: <000701bfedb9$06ae92a0$bcf7bdd4 AT hennie> NNTP-Posting-Host: stol-117-242.uva.studentennet.nl X-Trace: info.wins.uva.nl 963611849 9459 145.98.117.242 (14 Jul 2000 21:57:29 GMT) X-Complaints-To: usenet AT science DOT uva DOT nl NNTP-Posting-Date: Fri, 14 Jul 2000 21:57:29 +0000 (UTC) X-Newsreader: Forte Free Agent 1.11/32.235 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Newsgroup: comp.os.msdos.djgpp From: "H.Frik" On Fri, 14 Jul 2000 19:29:09 +0200 >Hello, > >When I type "make" in some directory with source code,I get the message: >gcc -Wall -c initobja.c >initobja.c:30: libbcc.h: No such file or directory (ENOENT) >make.exe:*** [initobja.o] Error1 > >Can you tell me how to fix this problem? If libbcc.h exists somewhere, put it where your program looks for it (eg, the current directory or the djgpp/include directory). What exactly is libbcc supposed to be though? It sounds like it is part of the Borland compiler; if you're trying to port a program written for Borland, you may have to make a few changes to the code. Can't say what kind of changes (never used Borland). Hope that helped, Evert Glebbeek >Content-Type: text/html; Oh, a friendly word of advice: don't post messages in HTML format. It makes message bodies *much* larger without adding to the contents of the message and not all news readers can display HTML messages.