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

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



Hi --

> 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.

Thanks for offering the fix.  The problem is that I built the tarball
using the  CVS version of ngspice and an older version of automake.
Apparently, the old automake doesn't successfully convert the
mkdir_p thing & I forgot to fix this before putting up the tarball.
Sorry!

I'll post a new, fixed tarball tomorrow for those who are interested.

Stuart