Re: GCC Compiling error under MinGW / MSYS

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



lol37 lol37 <lol37cs16@xxxxxxxxx> writes:

> Here is one screenshot of the error :
> Link : http://hapshack.com/images/errorgcc.png
> thanks in advance for reply

This error means that somehow the argument to your --enable-cxx-flags
option was lost.  That is, this is the error you would get if you used
    configure --enable-cxx-flags
rather than
    configure --enable-cxx-flags='-fno-function-sections -fno-data-sections'

This seems like something MinGW specific.  I recommend that you follow
up on the MinGW list.

Ian


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux