Noo!
I'm gonna put in put in my 2c worth here, seeing as this is going beyond the scope of the
list a bit. (basic operating system setup)
The c:\mingw\bin should be in the PATH system environmental variable. This means that you
could call the compiler from ANY location on your computer.
From the dos prompt type
Path
And you'll get something like
PATH=C:\Perl\site\bin;C:\Perl\bin;C:\WINDOWS\system32;C:\WINDOWS
If you don't have c:\mingw\bin then you need to add it. The easiest way is through the
System Properties, Advanced tab. There is an environmental variables button there. PATH
is a system environmental variable.
Ian.
-----Original Message-----
From: søren pedersen [mailto:sope08@stripped]
Sent: Friday 27 February 2009 10:45
To: plusplus@stripped
Subject: Re: building a project with dev-cpp
2009/2/27 Warren Young <mysqlpp@stripped> On Feb 26, 2009, at 4:11 PM,
søren pedersen wrote:
C:\MinGW\bin>gcc -make C:\mysql++\makefile.mingw
>
>You've got that backwards. c:\mingw\bin should be in your PATH, so
>>you
can be cd'd into c:\mysql++ to build MySQL++.
so i should copy the content from c:\mingw\bin into the root of c:\mysql++ ?
im kinda new at doing this
regards
søren pedersen