The Dink Network

Compiling libraries with MSYS (MinGW)

August 18th 2005, 08:13 PM
goblinm.gif
It's a pain in the ass. Mainly because it's so difficult to cobble together an "up-to-date" version of MSYS. I'm seriously considering just buying MSVC 6, but I have my doubts about whether that will actually make things any easier.

Of course, the problem could just be that I'm a complete noob.
August 19th 2005, 01:50 AM
girl.gif
joshriot
Peasant They/Them United States
keep it real 
no i think im the noob not knowing what the fudge MSYMCA or MSVCVS means
August 19th 2005, 10:05 AM
goblinm.gif
MSYMCA, lol. I guess they need two more village people.

MSYS stands for Minimal SYStem. MSVC is Microsoft Visual C++.

MSYS is sort of like a linux command prompt for windows... you need it to create and run certain types of files (configure and make files, I guess) unless you're actually willing to buy a program like MSVC.
August 19th 2005, 11:44 AM
slimeb.gif
DaVince
Peasant He/Him Netherlands
Olde Time Dinkere 
So MSYS is basically a console for windows? Whoa.
Does it support make/shell scripts?
August 19th 2005, 05:49 PM
wizardb.gif
merlin
Peasant He/Him
 
(configure and make files, I guess)

Obviously.