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

Re: gEDA-user: Gschem Segment Fault



On Sun, May 16, 2004 at 02:12:02PM -0700, Thomas D. Dean wrote:
> I did not see my reply.  Sorry if this is a duplicate.
> 
> /usr/local/share/gEDA/system-gschemrc:
> 

right after these couple of lines,

> ; Contains all paths needed for all programs
> (define gedadata (getenv "GEDADATA"))
> (define gedadatarc (getenv "GEDADATARC"))

; try inserting this to see what you get

(display (string-append "gedadata=" gedadata " gedadatarc=" gedadatarc "\n"))


> (load (string-append gedadatarc "/system-commonrc"))


-Dan

--