Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-Id: <m15cTcR-007oePC@smtp.web.de>
Content-Type: text/plain;
  charset="iso-8859-1"
From: Thomas Gahr <pinky.gahr@web.de>
Reply-To: pinky.gahr@web.de
Organization: Thomas Gahr
To: cygwin@cygwin.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/

