> Is it possible to install and run another one besides it ? Usually, if you specify an alternate --prefix when you ./configure, then rename the installed executable. That keeps everything separate, except your ~/.pcb settings.
To try out a new release, I use "./configure --prefix=$PWD" which keeps everyhing in the same directory. Then you can just rm -rf that directory when you're done testing, if you don't want to keep it. _______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

