On Sat, 25 May 2002, Jack Howarth wrote: > Package: gcc > Version: 3.1-2 > > It appears that the build scripts for the gcc 3.1 package are > flawed in setting the configure paramaters. I find that when > I build this package on debian ppc sid, the resulting gcc shows > > gcc -v > Reading specs from /usr/lib/gcc-lib/powerpc-linux/3.1/specs > Configured with: /src/gcc/gcc-3.1-3.1ds2/src/configure -v > --enable-languages=c,c++,java,f77,proto,objc,ada --prefix=/usr > --mandir=$(prefix)/share/man --infodir=$(prefix)/share/info > --with-gxx-include-dir=$(prefix)/include/g++-v3-3.1 --enable-shared > --with-system-zlib --enable-long-long --enable-nls --without-included-gettext > --enable-clocale=gnu --enable-threads=posix --enable-java-gc=boehm > --enable-objc-gc powerpc-linux > Thread model: posix > gcc version 3.1 (Debian) > > whereas the rpm packages for ppclinux that Franz Sirl did on > entropy.crashing.org produce fully expanded entries in the gcc -v > response for --mandir, --infodir, --with-gxx-include-dir, etc. > That is $(prefix) in the above output should have been expanded > to /usr.
I'm not sure this is really a "bug", per se...more of a slightly misleading bit of output. It's a side-effect of make var expansion that is not being echoed when configure is called. The resulting specfile that comes with the gcc-3.1 packages is correct. I think this should probably have a severity of 'minor' or 'wishlist' since it really doesn't affect code generation or the operation of the compiler itself, but I'll defer that judgement to Matthias. C -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]