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
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
> __
)) (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
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
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)
5 matches
Mail list logo