On Sat, May 3, 2008 at 11:26 PM, Tatsuro MATSUOKA <[EMAIL PROTECTED]> wrote: > Hello > > I could not build symbolic 1.0.6 on octave 3.0.1 cygwin. > The previous version symbolic 1.0.5 was able to built without trouble on > octave 3.0.1 cygwin. > > Errors happned at building the symbols.oct, A lot of messages like > 'undefined reference to `GiN > aC::...' were appeared. > > I have used cln-1.2.0 and ginac 1.4.1. > Are the more recent version of those required?
I don't think so. See my recent mail about symbolic package: it seems the build system is broken, especially src/Makefile, which uses variables that are not set by the configure script. This results in CLN and GiNaC library not being added at link time, leading to a bunch of undefined references. Michael. ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
