Message-ID: <001701c160c7$f6cef040$0200000a@home> From: "Norberto Bensa" To: References: <9rkimd$2gl$1 AT joe DOT rice DOT edu> Subject: Re: help with compiling Date: Mon, 29 Oct 2001 19:20:48 -0300 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Reply-To: djgpp AT delorie DOT com | Hi All, | I am trying to complie two different codes together, one with extension *.c | and the other with *.cpp. The tcint70.c contains the function called by | ctbase.cpp, and the way I do the compiling and linking is | | bcc ctbase tcint70.c | | However, the following error message come out | | Borland C++ Version 3.1 Copyright (c) 1992 Borland International wrong list... if you have DJGPP instaled, then check your PATH. Regards, Norberto