Re: Specifying which shell to use

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello Dan,

please don't top-post, thank you.

* Dan Smithers wrote on Mon, Oct 12, 2009 at 03:32:01PM CEST:
> When I use CC=gcc and CXX=g++ the configure works and produces a working
> Makefile.
> 
> If I set CC=icc and CXX=icpc then the configure fails as shown below.

> On my Ubuntu system /bin/sh is a link to /bin/dash
> 
> If I change the first line to
> #! /bin/bash
> then the build works using either gcc or icc.

How old is this system?  Which version is the (d)ash on this system?

> If I run configure on a Redhat 7.3 machine then it works correctly (but
> /bin/sh is a link to /bin/bash).

Redhat 7.3 is quite old, which makes me suspicious of the above.

> The problem comes before I get to my code in the autotools bit.

The problem looks like a segfault in either dash, or the program
generated by your compiler.

Cheers,
Ralf


_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux