-mno-cygwin and SDL

2001-12-04 Thread CaetSith7
Hi, I downloaded and compiled SDL-1.2.3 from source in cygwin, and suprisingly I got it to work. Then I tried to set -mno-cygwin so that the app would work outside of Cygwin, but I get: $ make win gcc test1.C -mno-cygwin -I /usr/include -lglut32 -lglu32 -lopengl32 -lSDL -o exec/test1.exe /usr

Re: -mno-cygwin and SDL

2001-12-05 Thread Pavel Tsekov
[EMAIL PROTECTED] wrote: > > Hi, I downloaded and compiled SDL-1.2.3 from source in cygwin, and suprisingly I got >it to work. Then I tried to set -mno-cygwin so that the app would work outside of >Cygwin, but I get: > > $ make win > gcc test1.C -mno-cygwin -I /usr/include -lglut32 -lglu32 -l

Re: -mno-cygwin and SDL

2001-12-05 Thread CaetSith7
[EMAIL PROTECTED] wrote: >[EMAIL PROTECTED] wrote: >> >> Hi, I downloaded and compiled SDL-1.2.3 from source in cygwin, and suprisingly I got it to work. Then I tried to set -mno-cygwin so that the app would work outside of Cygwin, but I get: >> >> $ make win >> gcc test1.C -mno-cygwin -I /usr

Re: -mno-cygwin and SDL

2001-12-05 Thread CaetSith7
[EMAIL PROTECTED] wrote: >[EMAIL PROTECTED] wrote: >>[EMAIL PROTECTED] wrote: >>> >>> Hi, I downloaded and compiled SDL-1.2.3 from source in cygwin, and suprisingly I got it to work. Then I tried to set -mno-cygwin so that the app would work outside of Cygwin, but I get: >>> >>> $ make win >>

Re: -mno-cygwin and SDL

2001-12-05 Thread Earnie Boyd
mailbox:/C|/Program Files/Netscape/Users/earnie_boyd/Mail/Inbox.sbd/Cygwin.sbd/Cygwin Users?id=1007584625.12707.ezmlm%40cygwin.com&number=15322648&part=1.31 I just had this discussion this morning on cygwin-apps. You can't add -I/usr/include when using -mno-cygwin. -mno-cygwin causes the MinGW

Re: -mno-cygwin and SDL

2001-12-06 Thread CaetSith7
When I removed the -I /usr/include it seemed to compile fine (the test1.C is just a skeleton so I'll have to test more later). Thanks for the help, Shawn Lindberg -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation