Simon,
On Monday 04 November 2002 05:41, Simon Richter wrote:
| Stephen,
|
| On Mon, Nov 04, 2002 at 09:13:40AM -0500, Stephen Evanchik wrote:
| > then to build the system:
| >
| > CC=kgcc make
|
| Have you tried
|
| make CC=kgcc
|
| The latter should override the setting from the Makefile, while normally
| the Makefile has precedence over the environment.
Indeed it does, but you missed a subtle point in my first message:
CC=kgcc ./configure --enable-redhat-buildsys \
--enable-transarc-paths \
--with-afs-sysname=sparc64_linux24
yields:
checking for working makeinfo... found
checking for gcc... kgcc
checking whether the C compiler (kgcc ) works... yes
checking whether the C compiler (kgcc ) is a cross-compiler... no
while:
./configure --enable-redhat-buildsys \
--enable-transarc-paths \
--with-afs-sysname=sparc64_linux24
yields:
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
with CC=kgcc the configure script configures the system with the use of kgcc
in mind. It is in error for it to use any other compiler along the way.
I didn't think to 'override' the Makefile's when I did CC=kgcc make, I was
just being thorough about which compiler to use. After configuring the system
to use kgcc, it should not have made any difference. Thanks for the reminder
about overriding the Makefile, I should have known better having built
packages for my system here.
Normally, I'd be inclined to patch things myself, but trolling through a build
system with 0 prior knowledge would be bad, things would break and possibly
the world would end.
Stephen Evanchik
_______________________________________________
OpenAFS-devel mailing list
[EMAIL PROTECTED]
https://lists.openafs.org/mailman/listinfo/openafs-devel