Mail Archives: djgpp/2002/05/29/11:45:57
On 28 May 2002 at 20:52, Stefan Sohst wrote:
>
> Hi friends,
> I downloaded djgpp and installed everything like written in readme.1st.
> To check, everything is working, I compiled a very simple
> sample-porgramm which works well in an Author-Version of visual C++. So
> I suppose that my problems are rather an installation Problem, than one
> of the Program.
>
> My installationadress under win98 is:
> C:\DJGPP
> My workspace I use is:
> C:\eigene Dateien\c++\GNU\
>
> With rhide 1.4.9 I open a file cover.cpp
Perhaps libm.a was not searched. Please try RHIDE binaries from
http://rhide.sourceforge.net/snapshots
(or add libstdcxx.a and libm.a to libraries which should be used)
Andris
> The compilation works out allright.
> As soon as the exe-file shall be produces I get the follwing Error:
>
> Error: c:/djgpp/lib/gcc-lib/djgpp/3.1/libstdcxx.a(c++locale.o): In
> function 'void std::__convert_to_v<float>(char const*, float&,
> std::_IOS_Iostate&, int* const&, int)':
> Error: collect2: 1d returned 1 exit status
>
> Can you give me a hint what could be wrong?
>
> For your information I put the cpp-code to the end of this document.
>
- Raw text -