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 Message-Id: Content-Type: text/plain; charset="iso-8859-1" From: Thomas Gahr Reply-To: pinky DOT gahr AT web DOT de Organization: Thomas Gahr To: cygwin AT cygwin DOT com Subject: Porting from mingw32 to cygwin Date: Thu, 30 Aug 2001 17:18:45 +0200 X-Mailer: KMail [version 1.3] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit I just compiled a library called "allegro" with cygwin. But as it is written for mingw I had to use the option -mno-cygwin , else it didn't compilem because the compiler missed "direct.h", which comes with mingw. After compiling it, I wanted to use it in a programm of mine that doesn't need the option -mno-cygwin . Well, it was pretty logical that I would have to use the -mno-cygwin -option again. But when I used it, he didn't find some libs that I installed in cygwin and said "random(....) undeclared..." Could anybody help me and tell me what I have to do that I can compile "allegro" using cygwin (without -mno-cygwin)? Or how I can compile my prog with the option "-mno-cygwin"??? Cheers, Thomas Gahr -- 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/