From: "Pieter Thysebaert" Newsgroups: comp.os.msdos.djgpp Subject: c++ libstdcx(x) from within rhide (lfn trouble) Date: Fri, 27 Nov 1998 23:02:41 +0100 Organization: EUnet Belgium, Leuven, Belgium Lines: 20 Message-ID: <73n7dt$3c0$1@news3.Belgium.EU.net> NNTP-Posting-Host: dialup029.gent.eunet.be X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello people... I have the following problem with rhide 1.4 : I have installed the c++ libs (libgpp & gpp) using winzip (= long filenames) Everything works fine from the command prompt (e.g gcc -o output blabla.cc -lstdcxx) However when trying to link the executable from within rhide, rhide executes the command :; ld -lstdcx ... Since I do have LFN enabled ld complains (it wants -lstdcxx ofcourse , with 2 x's) I tried running rhide -y (trying to make it use LFN) but it still wants to link with the 'short-name lib' How do I get rhide to execute -lstdcxx instead of -lstdcx ? Pieter