This is the mail archive of the gcc@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]

5 different builds of egcs-1.0.3a: libiberty install bug


I built it on:

	sparc-sun-sunos4.1.3
	sparc-sun-solaris2.6
	i386-pc-solaris2.5
	i386-pc-solaris2.5.1
	i386-pc-solaris2.6

I built it by doing

	"CFLAGS="..." INSTALL=ginstall egcs-[1-9].*/configure

where CFLAGS had "-g -O3", with -mv8 or "-mcpu=pentiumpro -march=pentium".

But I had to add the following to my `makefile' :

	mkdir -p /usr/local/`egcs-[1-9].*/config.guess`/lib

and on SunOS 4 I had to add

	target=`egcs-[1-9]*/config.guess`; cd /usr/local && \
	   mkdir -p $$target/lib/pic/v8 $$target/lib/ucpic/v8 $$target/lib/v8
-scott


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