X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=rttikZBN66jUBC9oeD45wcerlRpu8jVes9Jj9uqnbcE=; b=Z1oE/DOsPVTK6RmVWl+Grh2QmOjXTkika1hquXjiKd6vGzE8Wt2hZZ2buzxB6DEzZI tJhALLaHj4t9Txf+MIdeDk4fFPi29AzQHX+2/kKnwZxb9zmARWqgUOnzNyp0SNT2Yq7v S/ncBSWs1mWxQjlZPEIwblafF6HCrF87tQA8o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=mZF89imT7n8otb34zP/PqckfqcTx/t5/mDZ9HAil5JeAv/3/0OSnPSBXbM8xEmBjUo 4hUF1eFNM19qXBc+0AtFjL2y9fcYeYbJLAznnBRpaGkdAN/wWBScfN9zfYfCuMF53jLH cwzBd/VrIbM7H8MmEXvSPgTEUZYSXIo9aBzgA= MIME-Version: 1.0 In-Reply-To: References: <24847567-cad8-4c1e-ac21-dc24ae7f06c3 AT v39g2000pro DOT googlegroups DOT com> <37e501e1-688d-4814-9043-5f53eeacba10 AT r15g2000prh DOT googlegroups DOT com> <6cbd46b4-0b3e-4361-aabc-82d22598458d AT o40g2000yqb DOT googlegroups DOT com> <65f3fabf-e6b6-4fa0-8bd0-8a4e3f6414d0 AT p2g2000prn DOT googlegroups DOT com> <200901090631 DOT n096VpHO022485 AT envy DOT delorie DOT com> Date: Tue, 20 Jan 2009 22:09:15 -0800 Message-ID: <7705c9030901202209o6c411db4x40f8eb88d65b9c2e@mail.gmail.com> Subject: Re: errors using C++ libraries From: Blair Campbell To: djgpp AT delorie DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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 > Everything including the compiler directories have to be under the same > DJGPP tree: C:/DJGPP/* if that is your current DJDIR. > > Nothing should be under f:\djc if you want it to work. Well actually f:\djc COULD be the djgpp root directory, if DJDIR pointed there. But I think what's happened is that he unzipped each zip into its own directory (e.g. gccxx.zip\* ended up in f:\djc\gccxx\* instead of f:\djc\* where it should have been. > > It is a Unix like environment rooted at your DJGPP directory which can > be anything anywhere. > > Your source code and data can be anywhere else you want but all the > binaries and other distribution files MUST be under that single root. > > The compiler executables MUST be in .../bin/ and other files under > .../lib/gcc/djgpp/4.32/, .../include/, etc NOT f:/djc/! > > -- > Thanks. Take care, Brian Inglis Calgary, Alberta, Canada > > Brian DOT Inglis AT CSi DOT com (Brian[dot]Inglis{at}SystematicSW[dot]ab[dot]ca) > fake address use address above to reply >