Re: [ng-spice] Configure Script
On Mon, 2 Aug 1999, Paolo Nenzi wrote:
>
>
> On Mon, 2 Aug 1999, Manu Rouat wrote:
>
> > Paolo Nenzi wrote:
> > >
> > > Dear Manu,
> > >
> > > I gave a look to the configure script you made. I do not understand how
>to
> > > do the following things:
> > >
> > > 1) Let the user define the compiler to use: cc,gcc, etc.
> >
> > You don't - it is found automatically (preference is always given to gcc
>if
> > found), it is better to leave it that way (remember we have to support
> > many systems...)
> OK, I was wondering if I can choose SUN Workshop C compiler (it is
> tremendously fast and higly optimized). Anywaay this is not important at
> this stage.
just configure with "CC=cc ./configure --prefix= ... "
Or whatever other compiler name or pathname.
The autoconf docs describe some of these environment variables, but the
useful ones probably should eventually get sumarized into README or
INSTALL. (the vanilla install doc does mention CC, but there are others)
--
Steve Tell | tell@cs.unc.edu | http://www.cs.unc.edu/~tell | KF4ZPF
Research Associate, Microelectronic Systems Laboratory
Computer Science Department, UNC@Chapel Hill. W:919-962-1845
Partial thread listing:
- Re: [ng-spice] Configure Script, (continued)
Capabil.h,
Manu Rouat
Replacement of system-header files
Manu Rouat