Cygwin Mingw32 Problem

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
User avatar
Wally
Posts: 663
Joined: Mon Sep 26, 2005 11:25 am

Cygwin Mingw32 Problem

Post by Wally »

Hello
Im getting this error as seen below

Image
Not sure what is causing it. I would really like to compile this project. Its asking for the mingw32 library, This is an SDL project and im not sure why its asking this


I have very little knowledge of what is going on here.

If you can solve it I would love it If you could spend a moment emailing me (wally4000@gmail.com is my address)

IF you must please reply to this topic. Emailing would be nice so I can access it via mobile telephone. (Low Res)

Thanks for your time

Wally
Last edited by Wally on Fri Jan 06, 2006 9:01 pm, edited 1 time in total.
User avatar
Wally
Posts: 663
Joined: Mon Sep 26, 2005 11:25 am

Post by Wally »

Bump

Sorry Guys i fixed the Image..

Lousy Dialup Connection making me not want to revise the post
MikeDX
Posts: 30
Joined: Wed Oct 19, 2005 9:24 am

Post by MikeDX »

a thought occurs... why are you linking -lmingw32 ??? tried NOT having that in your makefile..? or are you creating a windows app.
User avatar
Wally
Posts: 663
Joined: Mon Sep 26, 2005 11:25 am

Post by Wally »

I resolved this problem

Now i get invalid Option: Mno-Cygwin

...
MikeDX
Posts: 30
Joined: Wed Oct 19, 2005 9:24 am

Post by MikeDX »

how about removing that option too as really you shoudnt even need it as you arent using a cygwin compiler only a cygwin environment!
User avatar
Wally
Posts: 663
Joined: Mon Sep 26, 2005 11:25 am

Post by Wally »

How do i go about doing that?
Post Reply