Re: [ng-spice-devel] TODO list
> Write a asprintf() replacement for systems that don't have it
> available.
What about cut and paste from glibc as soon as the code become GPL ?
> Netlist parsing. The circuit directory currrently has
> definitions for parsing one model line per device. Get this
> generalized into a structure that codifies the changes between
> the devices.
Can you explain me what does it mean "one model line per device ?"
Arno, I have tried to compile ngspice but there is a strange error in the
sconvert compilation:
/bin/sh ../libtool --mode=link gcc -g -O2 -Wall -o sconvert sconvert.o
frontend/libfte.a parser/libparser.a misc/libmisc.a -lm
-lncurses -L/usr/X11R6/lib -lX11 -lXt -lXext -lXaw -lXmu -lSM -lICE
gcc -g -O2 -Wall -o sconvert sconvert.o frontend/libfte.a
parser/libparser.a misc/libmisc.a -lm -lncurses -L/usr/X11R6/lib -lX11
-lXt -lXext -lXaw -lXmu -lSM -lICE
parser/libparser.a(input.o): In function `input':
/archive/ng-spice-rework/src/parser/input.c:57: undefined reference to
`Input'
collect2: ld returned 1 exit status
make[1]: *** [sconvert] Error 1
make[1]: Leaving directory `/archive/ng-spice-rework/src'
make: *** [all-recursive] Error 1
pnenzi@janus:/archive/ng-spice-rework/src$
Seem related to the extern symbol in input.c
Bye,
Paolo
Partial thread listing: