Hi,

I'm having problem building ngspice (http://sourceforge.net/projects/ngspice/) on 10.2.8 & fink. I am sure that this problem is related to osx & fink because i dont have any problem building it on x86 debian (testing). The compile spit an error below during the final compilation

This is the step I followed
kmbs $> CPPFLAGS='-fno-common -I/usr/include -I/sw/include' LDFLAGS=' -L/usr/lib -L/sw/lib' ./configure --prefix=/sw/local --with-readline=yes
kmbs $> make


--cut--
ld: multiple definitions of symbol _AsciiRawFile
conf.o definition of _AsciiRawFile in section (__DATA,__data)
ngspice.o definition of _AsciiRawFile in section (__DATA,__common)
ld: multiple definitions of symbol _Bug_Addr
conf.o definition of _Bug_Addr in section (__DATA,__data)
ngspice.o definition of _Bug_Addr in section (__DATA,__common)
ld: multiple definitions of symbol _Def_Editor
...
ld: warning table of contents of library: frontend/libfte.a not sorted slower link editing will result (use the ranlib(1) -s option)
ld: warning empty table of contents: frontend/wdisp/libwindisp.a (can't load from it)
ld: warning table of contents of library: spicelib/devices/txl/libtxl.a not sorted slower link editing will result (use the ranlib(1) -s option)
ld: warning multiple definitions of symbol _BC
/sw/lib/libreadline.dylib(terminal.so) definition of _BC
/sw/lib/libncurses.dylib(lib_termcap.lo) definition of _BC
..
symbol _BC used from dynamic library /sw/lib/libreadline.dylib(terminal.so) not from earlier dynamic library /sw/lib/libncurses.5.dylib(lib_termcap.lo)
symbol _PC used from dynamic library /sw/lib/libreadline.dylib(terminal.so) not from earlier dynamic library /sw/lib/libncurses.5.dylib(lib_tputs.lo)
symbol _UP used from dynamic library /sw/lib/libreadline.dylib(terminal.so) not from earlier dynamic library /sw/lib/libncurses.5.dylib(lib_termcap.lo)
make[3]: *** [ngspice] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2





------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to