Hi!

>>>>> "Sinisa" == Sinisa Milivojevic <[EMAIL PROTECTED]> writes:

Sinisa> Fournier Jocelyn [Presence-PC] writes:
>> Hi,
>> 
>> I have a question about gcc 3.0.3 : since I have installed it, it refuses to
>> compile because it detect c++ as a crosscompiler :
>> 
>> checking whether the C++ compiler
>> (c++ -Wimplicit -Wreturn-type -Wid-clash-51 -Wswitch -Wtrigraphs -Wcomment -
>> W -Wchar-subscripts -Wformat -Wimplicit-function-dec -Wimplicit-int -Wparent
>> heses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wextern-inline -W
>> sign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-construc
>> tors -fno-exceptions -fno-rtti -mcpu=pentiumpro -O3 -fno-omit-frame-pointer 
>> -g  ) is a cross-compiler... yes
>> 
>> And then it failed :
>> 
>> checking return type of sprintf... configure: error: can not run test
>> program while cross compiling
>> 
>> Any idea of what I have to do to run the compilation successfully ?
>> 
>> Thank you in advance,
>> 
>> Regards,
>> Jocelyn Fournier
>> Presence-PC

You will get the above error if gcc can't link and run a progarm.
Please check the config.log file for why this failed.

Regards,
Monty



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to