Help for this page

Select Code to Download


  1. or download this
    $ gcc -v
    Using built-in specs.
    ...
    Configured with: ../gcc-4.5.2/configure --enable-languages=c,c++,ada,f
    +ortran,objc,obj-c++ --disable-sjlj-exceptions --with-dwarf2 --enable-
    +shared --enable-libgomp --disable-win32-registry --enable-libstdcxx-d
    +ebug --enable-version-specific-runtime-libs --disable-werror --build=
    +mingw32 --prefix=/mingw
    Thread model: win32
    gcc version 4.5.2 (GCC)
    
  2. or download this
    C:\MinGW\include\dirent.h
    C:\MinGW\share\libtool\libltdl\lt__dirent.c
    C:\MinGW\share\libtool\libltdl\libltdl\lt__dirent.h
    
  3. or download this
    warning: incompatible implicit declaration of built-in function 'alloc
    +a'
    
  4. or download this
    On Thu, Sep 16, 2004 at 08:55:50AM -0400, Kaveh R. Ghazi wrote:
    > +/* GCC always provides __builtin_alloca(x).  */
    ...
    > +#endif
    
    Should be #undef, not #ifndef.