This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: is libstdc++-v3 "supposed" to compile on mingw?



Craig Rodrigues <rodrigc@mediaone.net> writes:
> which might have been solved by:
> http://gcc.gnu.org/ml/libstdc++/2001-03/msg00144.html

> Does that solve your problem?

It helps, but now I get this stuff:

In file included from /home/megacz/mingw-gcj/bin/i686-pc-mingw32/libstdc++-v3/include/bits/locale_facets.tcc:39,
                 from /home/megacz/mingw-gcj/bin/i686-pc-mingw32/libstdc++-v3/include/locale:46,
                 from /home/megacz/mingw-gcj/bin/i686-pc-mingw32/libstdc++-v3/include/bits/istream.tcc:32,
                 from /home/megacz/mingw-gcj/bin/i686-pc-mingw32/libstdc++-v3/include/istream:295,
                 from /home/megacz/mingw-gcj/bin/i686-pc-mingw32/libstdc++-v3/include/fstream:45,
                 from ../../../../gcc/libstdc++-v3/src/globals.cc:30:
/home/megacz/mingw-gcj/bin/i686-pc-mingw32/libstdc++-v3/include/cmath: In 
   function `float std::acos(float)':
/home/megacz/mingw-gcj/bin/i686-pc-mingw32/libstdc++-v3/include/cmath:104: `::
   acosf' undeclared (first use here)
/home/megacz/mingw-gcj/bin/i686-pc-mingw32/libstdc++-v3/include/cmath: In 
   function `float std::asin(float)':
/home/megacz/mingw-gcj/bin/i686-pc-mingw32/libstdc++-v3/include/cmath:122: `::
   asinf' undeclared (first use here)
/home/megacz/mingw-gcj/bin/i686-pc-mingw32/libstdc++-v3/include/cmath: In 
   function `float std::atan(float)':
/home/megacz/mingw-gcj/bin/i686-pc-mingw32/libstdc++-v3/include/cmath:140: `::
   atanf' undeclared (first use here)
/home/megacz/mingw-gcj/bin/i686-pc-mingw32/libstdc++-v3/include/cmath: In 
   function `float std::atan2(float, float)':
/home/megacz/mingw-gcj/bin/i686-pc-mingw32/libstdc++-v3/include/cmath:158: `::
   atan2f' undeclared (first use here)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]