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

Re: gEDA-user: Final call for testers!



Stuart,

First of all, I had built everything by hand, and I guess I never did
get it all OK.

In the end, I deleted the entire installation and started the install
over.  Since the installer routine started with wkGTK installation (and
in my case it wasn't able to complete) I did a manual installation of
wkGTK and pkgconfig, and set up the LD_LIBRARY_PATH.  Once that was
done, I started the installer.  It ran to completion with no errors and
testing indicates that the earlier problems with POLY have now been
resolved.

I thank you for your assistance.

	Harold Skank

On Thu, 2005-09-01 at 11:34 -0400, Stuart Brorson wrote:
> Harold,
> 
> > The only problem I
> > have found is that Spice complains about not being able to handle POLY.
> 
> >From your e-mail I gather that you built everything by hand, right?
> 
> If so, make sure you ./configure ngspice like this:
> 
> ./configure --with-xspice --prefix=/wherever --with-readline=yes
> make 
> su -c "make install"
> 
> The important flag is --with-xspice.  Then, in principle, this should
> install ngspice properly configured to read POLY.  
> 
> If POLY still causes complaints, look at the file
> ${geda_install_dir}/share/ngspice/scripts/spinit (or somewhere close
> to there).  Edit your spinit (SPICE init) file to uncomment the lines
> specifiying where to find the codemodels.
> 
> HTH,
> 
> Stuart