address@hidden writes:
<html><head>
<link media="all" type="text/css" href="/webmail/static/deg/css/wysiwyg-4230203003.css"
rel="stylesheet">
</head><body>
I downloaded gcc-4.1.2+gm2-cvs-latest.tar.gz and started a bootstrap.<br><br>The bootstrap stopped on this:<br>Configuring to build libraries using native compiler<br>/bin/sh: line 12: cd: gm2/gm2-libs: No such file or directory<br>/bin/sh: line 1:
../../../../gcc-4.1.2+gm2-cvs-latest/gcc/gm2/gm2-libs/configure: No such file or directory<br>make[2]: *** [gm2/gm2-libs/gm2-libs-host.h] Error 127<br>make[2]: Leaving directory `/home/ed/Tarballs/obj-gm2/gcc'<br>make[1]: *** [stage1_build] Error 2<br>make[1]: Leaving directory
`/home/ed/Tarballs/obj-gm2/gcc'<br>make: *** [bootstrap] Error 2<br><br>I added $(srcdir)/ is a couple spots in Make-lang.in and reconfigured and it seemed to go through.<br><br>Here is the diff:<br><br>address@hidden gm2]$ diff
Make-lang.in*<br>1375c1375<br>< cd $(srcdir)/gm2/gm2-libs ;
\<br>---<br>> cd gm2/gm2-libs
; \<br>1385c1385<br>< cd $(srcdir)/gm2/gm2-libs ;
\<br>---<br>> cd gm2/gm2-libs ; \<br><br>Ed<br><br></body></html>
Hi,
any chance you can cut and paste all the shell commands you used to
configure and make gm2? As I think a number of critical ones are
missing above - also (if possible) please send plain text emails as
they are easier to read on non web mail readers,
regards,
Gaius