Re: gEDA-user: gnetlist quitting after execl call

2010-09-06 Thread Oliver King-Smith
Brilliant! That works Thanks, Oliver __ From: John Doty To: gEDA user mailing list Sent: Mon, September 6, 2010 2:09:26 PM Subject: Re: gEDA-user: gnetlist quitting after execl call On Sep 6, 2010

Re: gEDA-user: gnetlist quitting after execl call

2010-09-06 Thread John Doty
unction --m=1 --w=30 --l=5 > --type=pmos"] > Any suggestions? Use (system) if you want to use a single string for the whole command, or use a single string for each argument with (system*). > Oliver > __

Re: gEDA-user: gnetlist quitting after execl call

2010-09-06 Thread Oliver King-Smith
)) (cond (# #) (# #) (else #))) ... 654: 9 [system* "/sw/share/gEDA/scheme/subfunction --m=1 --w=30 --l=5 --type=pmos"] Any suggestions? Oliver __ From: John Doty To: gEDA user mailing list

Re: gEDA-user: gnetlist quitting after execl call

2010-09-06 Thread John Doty
On Sep 6, 2010, at 1:08 PM, Oliver King-Smith wrote: > I am extending gnetlist and I dislike scheme. To work around this I > wrote a little program in C++ to do the heavy lifting and I am trying > to call it from my scheme extension to gnetlist. > I wrote the following function in scheme

gEDA-user: gnetlist quitting after execl call

2010-09-06 Thread Oliver King-Smith
I am extending gnetlist and I dislike scheme. To work around this I wrote a little program in C++ to do the heavy lifting and I am trying to call it from my scheme extension to gnetlist. I wrote the following function in scheme: (define magic:write_nmos_fet (lambda (w l m)