From: pavenis AT lanet DOT lv To: "Stefan Sohst" , djgpp AT delorie DOT com Date: Wed, 29 May 2002 17:52:33 +0300 MIME-Version: 1.0 Subject: Re: Problems with make exe Cc: rhide-users AT lists DOT sourceforge DOT net Message-ID: <3CF51561.18296.19A0D62@localhost> In-reply-to: <003001c20678$c70dae80$0f22fe91@stsohst> X-mailer: Pegasus Mail for Windows (v4.01) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk 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(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. >