From: "Adam Siegel" Newsgroups: comp.os.msdos.djgpp Subject: Port to DJGPP Lines: 24 X-Newsreader: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Message-ID: Date: Sat, 27 Feb 1999 11:35:09 GMT NNTP-Posting-Host: 166.62.74.117 X-Complaints-To: news AT cw DOT net X-Trace: news.cwix.com 920115309 166.62.74.117 (Sat, 27 Feb 1999 06:35:09 EDT) NNTP-Posting-Date: Sat, 27 Feb 1999 06:35:09 EDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I have a UNIX program that compiles under Linux with gcc. I am trying to port to DOS. Under the DJGPP environment, using bash I tried to run the configure code for the program. I get the error bash$ ./configure bash: (null): Invalid argument (EINVAL) I did not expect this to work. But what does EINVAL mean. Is there any guidance on porting code that uses the configure process to build and install? For instance 1) configure 2) make 3) make install Like in Linux. Thanks, Adam