Mail Archives: pgcc/1998/11/07/12:41:46
Date sent: 6 Nov 98 08:07:21 MST
From: ADAM SCHROTENBOER <a DOT j DOT schrotenboer AT usa DOT net>
To: beastium-list AT desk DOT nl, djgpp AT delorie DOT com
Subject: Problems w/ installing PGCC 1.1
Send reply to: djgpp AT delorie DOT com
> I am currently trying to install PGCC 1.1. I am able to build it just fine,
> but it never seems to be able to parse the directories right. I've had to
> replace all instances of #DJDIR w/ c:/djgpp/, but that doesn't seem to work
> right. I've tried djgpp, /djgpp, and /djgpp/, but none of these seem to work.
> When it was set to #DJDIR, it created a sub-dir named $DJDIR in the build.djg
> dir. When I tried any of the other settings, it makes a dir named DJGPP in
> build.djg. I was wondering how I could tell it to use the DJGPP dir at the
> root of my HD. Suggestions anyone???
>
When You're building egcs-1.1 or pgcc-1.1 with DJGPP You should
specify prefix for './djmake.sh install':
./djmake.sh install prefix=some dir
(it is in readme.djgpp for egcs-1.1, so read it)
I don't recommend to install directly to DJGPP directory as some changes
and renaming files will be needed.
Other possible problems for pgcc-1.1
patching cpp/g++spec.c fails, You should edit files manually.
I built pgcc-1.1 2 months ago and didn't get any special problems
except than make install didn't work under DJGPP for
libg++-2.8.1.2.
Also I got failures for targets check-target-libio and check-target-libstdc++
when I compiled them with options -O6 -mpentium. I haven't seriously used
pgcc-1.1 after that time (I'm used ordinary egcs-1.1, now changed to
egcs-1.1.1-prerelease)
> I used the EGCS 1-1b to PGCC 1.1 patch, and then the patch that comes w/ the
> DJGPP src dist of EGCS 1.1a.
>
Seems to be correct.
Andris
- Raw text -