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: <20001117162430.12051.qmail@web4802.mail.yahoo.com> Date: Fri, 17 Nov 2000 17:24:30 +0100 (CET) From: =?iso-8859-1?q?Sylvain=20Petreolle?= Subject: I can't compile program To: cygwin AT sourceware DOT cygnus DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Here's the output of gcc. I think I would install some libraries or do some configuration : Could someone help me with this ? I know a lot about anon CVS access make -C user CC="gcc" CFLAGS="-mno-cygwin -DWIN32 -O6 -march=pentium -mpentium -Wall -Wstrict-prototypes" LDFLAGS="" make[1]: Entering directory `/home/petreolles/plex86/user' gcc -I.. -I./.. -I. -mno-cygwin -DWIN32 -O6 -march=pentium -mpentium -Wall -Wstr ict-prototypes -c plex86.c plex86.c: In function `main': plex86.c:63: storage size of `sg_act' isn't known plex86.c:331: `SA_RESETHAND' undeclared (first use in this function) plex86.c:331: (Each undeclared identifier is reported only once plex86.c:331: for each function it appears in.) plex86.c:332: warning: implicit declaration of function `sigaction' plex86.c:334: `SIGQUIT' undeclared (first use in this function) plex86.c:63: warning: unused variable `sg_act' plex86.c: In function `abort_handler': plex86.c:400: `SIGQUIT' undeclared (first use in this function) make[1]: *** [plex86.o] Error 1 make[1]: Leaving directory `/home/petreolles/plex86/user' make: *** [all] Error 2 ___________________________________________________________ Do You Yahoo!? -- Pour dialoguer en direct avec vos amis, Yahoo! Messenger : http://fr.messenger.yahoo.com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com