X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: LM Newsgroups: comp.os.msdos.djgpp Subject: problems with gnu configure on djgpp Date: Fri, 12 Jun 2009 05:02:20 -0700 (PDT) Organization: http://groups.google.com Lines: 55 Message-ID: <508a729d-3b21-4140-8da0-c2061e93c559@p21g2000prn.googlegroups.com> NNTP-Posting-Host: 66.217.67.86 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1244808141 21895 127.0.0.1 (12 Jun 2009 12:02:21 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Fri, 12 Jun 2009 12:02:21 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: p21g2000prn.googlegroups.com; posting-host=66.217.67.86; posting-account=VsNKRQoAAAAMJCkMxg5jb7yaYTEnz5s5 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727),gzip(gfe),gzip(gfe) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I noticed some others were having problems with this, but wasn't able to figure out how to solve this from some of the other posts I read. Is there a 'how to' or something on getting configure to work well with djgpp? I did try pulling down source for bash from djgpp and configure works when I attempt to build that. I'm hoping I have all the tools and libraries I need to use ./configure, make, make install process on djgpp. I downloaded bash, text utils, file utils, gawk and several other files and placed in djgpp directory. When I try to make a program that's from outside the djgpp archive like diffh or sox, I get the following error message: bash-2.04$ ./configure configure: loading site script c:/djgpp/share/config.site configure: loading cache /dev/null ./configure: .: /dev/null: not a regular file checking for a BSD-compatible install... /dev/env/DJDIR/bin/ginstall - c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... no checking whether make sets $(MAKE)... yes checking for gcc... no checking for cc... no checking for cc... no checking for cl... no configure: error: no acceptable C compiler found in $PATH See `config.log' for more details. What are the tricks for getting configure working with Open Source apps in djgpp? Any help appreciated. Wanted to try to build some cross-platform Open Source applications in djgpp to test out on FreeDOS. I'm building on a Windows XP machine at the moment and set the long file names in regedit as mentioned in the FAQ. Am using 7za to get the source files from the tarballs. So far, the only cross-platforms applications I've had any luck with only use makefiles. Help in figuring what tweaks to make to applications with ./configure files would be very much appreciated. I'm trying to put together bash build scripts of all the tweaks I have to make to get various Open Source applications to build (sort of like the slackbuild scripts on Linux). Hoping to eventually get some useful applications to compile and be able to share how to build them (if I can get them building). Would be very interested in tips and tricks and suggestions from others who have done or are doing something like this. Thanks. Sincerely, Laura http://www.distasis.com/cpp