X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-DKIM: Sendmail DKIM Filter v2.6.0 syrtis.alrj.org 559E11007A DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=alrj.org; s=default; t=1371534896; bh=0F4M+W9OXAw1mODv1XsCPNmPwCvV0D1JnAPAAbE5Cxc=; h=From:To:Subject:Date:References:In-Reply-To:MIME-Version: Content-Type:Content-Transfer-Encoding:Message-Id; b=JUGs1VkFDOujy DdZhKSDeszF8Z291Qj8I5N+HLa7qvWyvKFqBbGLpYrsR7mmpL+fWHljQjHdyTXBW92w te4cZFE5usIg8T6U8u/11T5KAnAKmGSIfbO+pq1wEdNvO0Py041VAfhEiTYKHVxC1Vb lWB2oW3rU4/Q9ivTXiUP6oYs= From: Amand Tihon To: geda-user AT delorie DOT com Subject: Re: [geda-user] Help with ngspice Date: Tue, 18 Jun 2013 07:54:50 +0200 User-Agent: KMail/1.13.7 (Linux/3.9-1-amd64; KDE/4.8.4; x86_64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2017813.JMAXFatqAh"; protocol="application/pgp-signature"; micalg=pgp-sha256 Content-Transfer-Encoding: 7bit Message-Id: <201306180754.55870.amand.tihon@alrj.org> Reply-To: geda-user AT delorie DOT com --nextPart2017813.JMAXFatqAh Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Le lundi 17 juin 2013 21:52:48, Igor Lumpus a =E9crit : > ****** > ** ngspice-20 : Circuit level simulation program You are running ngspice 20. > Checking my installation: dpkg --list | grep ngspice > ii ngspice 23-1 > Spice circuit simulator > ii ngspice-doc 23-1 > Documentation for the NGs So, not the one installed from the ubuntu repositories, which is ngspice 23. > which ngspice: > /usr/local/bin/ngspice The binary being located below /usr/local/bin/ indicates that at some point= in=20 the past, you have manually compiled and installed ngspice 20. Since=20 /usr/local/bin has precedence over /usr/bin in your $PATH, it's this one th= at=20 is executed. Check with "dpkg -L ngspice ngspice-doc" which files are part of the ubuntu= =20 packages: all of them should be below /usr/bin, /usr/lib and /usr/share. Delete their equivalent below /usr/local/bin, /usr/local/lib and=20 /usr/local/share (or move them away if you want to be extra safe). After that "which ngspice" should return the expected "/usr/bin/ngspice", a= nd=20 running it should show ** ngspice-23 : Circuit level simulation program HTH. =2D-=20 Amand Tihon --nextPart2017813.JMAXFatqAh Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.20 (GNU/Linux) iQEUAwUAUb/2L2wEC4yK7XCzAQhgfQf4gH6vMORXEcfnOk3LvqiKyhFU7XV4bERz nU0SmgcG421t9iVqwS5UHghUaX2+yxbu/yFcoEGT/h+5hyTYOKzKgro6EWepftge 4Fl6wDCkRdQMpI66EiFqslNTnxeMDxtdjJ/v+sBQ0AovwLg1EWdnV4+ZdMDr6R6K is38UGka6LMXO8esJlvMKcZZgnPxVYsSt7KZqt1P+FK/HJC2y5lB3LCtSzjsFv+Q y4JG4xfrpqpMdMcSpIth2DHITqegNsa+MmfS3Vi9oA2bv63EYIzJFdu3LurSsqKw QgTkNU1ShnvVQooizcWpKGqojzBSxMRBim1bRJRshhNvSRQQ/Eb4 =2jZi -----END PGP SIGNATURE----- --nextPart2017813.JMAXFatqAh--