X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:from:date:message-id:subject:to :content-type; bh=4PNkVV5LMAo7ryxoKEoP3HN0QyH2lReuRWQbo4sZuF8=; b=YKQa9I/75OMdto1R2MbE3pWyBhXITXJRWPki1BgT2CWB2gvBpax49qGQTEIedYf44q WxWcCgWE8iIuud0Jfn7hfbHNJdoHoBeP3LNH8RVbsZkGesdYEqMp8/NO0PDIEh9DuxPx Y7A7S2pcoCoQri6W1V6ckCsk2n2ajwyXZ0o2QjrnsnugUNsZsWN54pMCEsM+NDr7mIXx F+g1Pu+PM2aAbd/eZtCVedED6ZtJNQWk02sGkUqQLWF+OAhkMNkh6t9gz0I5dxy8gv5u kO5AvKH43lqw++1acWIXLeSBTItOFC95RFiY2W+PdY8f7ZC6dAOeuh3cn2TGL53+yGct 4cSQ== X-Received: by 10.194.92.176 with SMTP id cn16mr12980217wjb.51.1367578987669; Fri, 03 May 2013 04:03:07 -0700 (PDT) MIME-Version: 1.0 From: Abhijit Kshirsagar Date: Fri, 3 May 2013 16:32:37 +0530 Message-ID: Subject: [geda-user] gnetlist passing -I to spice-sdb To: gEDA User List Content-Type: text/plain; charset=UTF-8 Reply-To: geda-user AT delorie DOT com Hi, I'm using gnetlist with the spice-sdb netlister, and as per this post i need to pass the flag "-I" to gnetlist get subcircuit files included using the ".include" directive. However, the gnetlist seems to not recognise -I, I think i should use -O to pass the parameter to spice-sdb? What is the correct syntax for this? Thanks in advance, ~Abhijit P.S> I'm using gEDA/gaf 1.8.1 compiled from a source tarball.