[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: NG-SPICE: TL071 model error



On Thu, May 26, 2005 at 07:28:08PM +0200, Davide Anastasia wrote:
> > I put a tarball of the CVS version at:
> > 
> > http://www.brorson.com/gEDA/ngspice/ng-spice-rework-20050526.tar.gz
> > 
> 
> OK
> 
> > Download it and do this:
> > 
> > tar -zxvf ng-spice-rework-20050526.tar.gz
> > cd ng-spice-rework
> > ./configure --prefix=<wherever> --with-readlin --enable-xspice
> 
> I do:
> ./configure --with-readline --enable-xspice
> 
> > make
> 
> It seems to be compiled nicely.
> 
> > make install
> 
> I receive an error. You can see it in the txt file attached. I hope to
> be useful with this file. So, I can't try if my SPICE netlist file
> works. :(

Edit the following file:

src/xspice/icm/makedefs

Change line 10 from:

mkdir_p = @mkdir_p@

to

mkdir_p = mkdir -p

That should do it, I didn't figure out this is broken though in the
first place though.

Daniel