Message-ID: <3501A6A6.DD7CD849@gmx.net> Date: Sat, 07 Mar 1998 20:57:26 +0100 From: Robert Hoehne Organization: none provided MIME-Version: 1.0 To: Stephen Eldridge CC: DJGPP Mailing list Subject: Re: ANNOUNCE: gcc 2.8.0 and related things for DJGPP References: <3 DOT 0 DOT 5 DOT 32 DOT 19980306214545 DOT 008f1a40 AT mail DOT co DOT umist DOT ac DOT uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Stephen Eldridge wrote : > > I tried to set this up so that long file names were used > under Windows95 but I found that gxx wants to link libstdcx > instead of libstdcxx. Is this my fault? Do I have to make > a copy of the new libstdcxx.a to libstdcx.a? If you use gxx you should know, that gxx which is distributed with the core DJGPP tries to link libstdcx.a and not libstdcxx.a because this is not sane program as g++ on unix systems. There are now two solutions for you: - get the sources for gxx.exe which should be part of djlsr201.zip, modify them to use the libstdcxx.a library and rebuild it, or (what I recommend) - Use the gpp.exe from gpp280b.zip (or as you are using long long filenames under W95 you can use also g++ as command) or copy gpp.exe over your gxx.exe. Robert -- ****************************************************** * email: Robert Hoehne * * Post: Am Berg 3, D-09573 Dittmannsdorf, Germany * * WWW: http://www.tu-chemnitz.de/~sho/rho * ******************************************************