This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: egcs-1.0.2 compile error


On Sun, 22 March 1998, 12:13:52, Franz.Sirl-kernel@lauterbach.com wrote:

 > Hi,
 > 
 > I didn't have any problems with egcs-1.0.2 on glibc-2.0.91 (980101).
 > Compared to the options you mentioned, I additionally used --enable-shared,
 > --enable-haifa (strongly recommended for PPC) and --disable-multilib (to
 > speed up the build). Ah, I just see you built in the source dir, don't do
 > that! I use:
 > 
 > cd egcs
 > mkdir objdir
 > cd objdir
 > ../configure --prefix=/usr --enable-shared --enable-haifa --with-gnu-as

That's better, but still not perfect (on Solaris the build will fail
if you were not using GNU make). You should create objdir as a
neighbour to srcdir, instead.

manfred


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]