I thought if I compile it under linux I have to configure with --host changed.
Now I tried to run 'make' and I get this error:
make -f Makefile.mingw
i686-pc-mingw32-g++ -c -o mysqlpp_beemutex.o -g -mthreads -DUNICODE
-D_UNICODE -DMYSQLPP_NO_DLL -DHAVE_MYSQL_SSL_SET
-I"/home/leonti/proba/mysql-5.1.40-win32/include"
-MTmysqlpp_beemutex.o -MFmysqlpp_beemutex.o.d -MD -MP lib/beemutex.cpp
make: -c: Command not found
make: *** [mysqlpp_beemutex.o] Error 127
I really don't want to install Windows just to compile a couple of programs :(
Leonti
On Thu, Nov 5, 2009 at 8:16 PM, Warren Young <mysqlpp@stripped> wrote:
> Leonti Bielski wrote:
>>
>> But I get an error that socket library is missing.
>> Code:
>>
>> leonti@linux-ep9z:~/proba/mysql++-3.0.9> ./configure
>
> Don't use 'configure' on MinGW. Read README-MinGW.txt, which explains the
> correct build procedure.
>
> --
> MySQL++ Mailing List
> For list archives: http://lists.mysql.com/plusplus
> To unsubscribe: http://lists.mysql.com/plusplus?unsub=1
>
>