From: GEIER AT LaDune DOT Prometheus DOT De (Michael Gierhake) Newsgroups: comp.os.msdos.djgpp Subject: Configure scans wrong directories? Date: Mon, 7 Jan 97 20:32:00 GMT Lines: 23 Message-ID: <6OP1rB8pgzB@bahaya.ladune.prometheus.de> Mime-Version: 1.0 Content-Transfer-encoding: 8BIT Content-Type: text/plain; charset=iso-8859-1 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hi, I've recently installed a LinuX->MSDOS DJGPP cross-compiler (from ..sunsite/devel/msdos/ directories). I can't seem to figure out how to make the configure scripts included in the GNU packages scan the right directories. E.g., if I say: configure --target=i386-go32 -libdir=/usr/i386-go32/lib \ --includedir=/usr/i386-go32 the results are still based on what configure finds in the default LinuX 'lib' and 'include' directories. As a result, the Makefiles and config.h's produced by configure tend to be well-nigh useless. Is there anything I can do about it? Regards, Michael