In gschem so that my local libraries load before the system libraries I modify the system-commonrc file. Prior to the line(s) that load the system libraries I add the line
(load LOCAL_LIB_FILE) replacing LOCAL_LIB_FILE with the name of your local RC file. In the RC file you would have a bunch of lines like (component-library "/local/lan/geda/gschem-sym/passive-capacitor") (component-library "/local/lan/geda/gschem-sym/passive-inductor") . . . As I add libraries or want to change their order I modify the local RC file. (* jcl *) On 3/9/06, David Hart <[EMAIL PROTECTED]> wrote: > On Wed, 2006-03-01 at 11:53 -0500, Mike Jarabek wrote: > > Hi, > > > > For gschem try adding the following lines to your gafrc ahead of > > your source-library and component-library statements.: > > > > (reset-component-library) > > (reset-source-library) > > > > These will zap the ones read from the system-* files. You don't have > > to move the system supplied libraries. > > Mike, > > I tried this on a fresh install of the latest stable build (20060124), > and it doesn't work. Can you point me to some documentation for the > "reset-" feature, so that I can figure out what might be wrong? > > > > > Mike > > > > -- > > -------------------------------------------------- > > Mike Jarabek > > FPGA/ASIC Designer > > http://www.istop.com/~mjarabek > > -------------------------------------------------- > > > > -- http://www.luciani.org