Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com From: "Ronald Landheer" To: "Rob" , Subject: RE: Newby porting questions Date: Tue, 2 Oct 2001 21:30:36 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <3BB90ACC.8CABE39D@home.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Hello Rob, > I tried compiling it and it seems to not be able to find a number of > standard headers, e.g. stdarg.h. I am also getting upon linking error > messages relating to various Xm widgets that it can't find. I did > install the LessTif package, and tried to hack my Imake.h file to > point to the right locations. Is there a configure script you might want to run before making? (Something called configure or configure.pl, or something similar). Usually, ofr packages meant to be portable, the installation procedure starts with "./configure" Otherwise, you will have some porting to do, and I don't know of any manual to help you with that. Personally, I usually use the autotools (autoconf, automake and partners) to figure out what needs replacing, and make a replacement library, but there are different approaches to this. As for the stdarg header: it's not in the "normal" Cygwin setup, but using -mno-cygwin will make the compiler find it, though you loose the POSIX emulation layer - so that probably won't help you. Otherwise, see what it needs from the header and find out where it is - most of it should be there. > Are there any porters tutorials anywhere on the web? None that I know of. > Also, if anyone is interested, I can send the output from "make > build". I don't see any immediate use for this. Greetz! & Good luck! Ronald -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/