[Lustre-discuss] 1.8.2 "make debs" for 2.6.22.19

Brian J. Murrell Brian.Murrell at Oracle.COM
Fri Apr 23 09:22:49 PDT 2010


On Fri, 2010-04-23 at 08:22 -0500, Hendelman, Rob wrote: 
> checking build system type... x86_64-unknown-linux-gnu
> checking host system type... x86_64-unknown-linux-gnu
> checking target system type... x86_64-unknown-linux-gnu
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking for gcc... gcc-
> checking for C compiler default output file name... configure: error: C compiler cannot create executables
> See `config.log' for more details.

Looks like something in your environment is confusing configure about
what your compiler is.

You can override that test simply by setting CC="gcc" (assuming your
compiler is gcc and in $PATH) and exporting it before running configure
(or make debs I suppose).

$ export CC=gcc
$ make debs

Other than that, you could debug why configure is getting confused.

b.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
URL: <http://lists.lustre.org/pipermail/lustre-discuss-lustre.org/attachments/20100423/70b15ddb/attachment.pgp>


More information about the lustre-discuss mailing list