Hello >I don't really know the autotools, so I'm just doing some guess work. >Can you build with the attached files? > >Sen
Replace configure.base and Makefile.in in src by those you provide me. And then ./autogen.sh to make new configure and Makefile. Then cd .. ./configure make The procedure is right? Before the process I set export LDFLAGS='-L/mingw/lib -L/usr/local/octave-3.0.0/lib -L/GnuWin32/lib -L/GnuWin32/bin' export CPPFLAGS='-I/mingw/include -I/usr/local/octave-3.0.0/include -I/GnuWin32/include' export CLN_CFLAGS='-IC:/Programs/msys/1.0/local/octave-3.0.0/include' export CLN_LIBS='-LC:/Programs/msys/1.0/local/octave-3.0.0/lib' export GINAC_CFLAGS='-IC:/Programs/msys/1.0/local/octave-3.0.0/include' export GINAC_LIBS='-LC:/Programs/msys/1.0/local/octave-3.0.0/lib' export PKG_CONFIG=C:/Programs/MinGW/bin/pkg-config.exe export PKG_CONFIG_PATH=C:/Programs/msys/1.0/local/octave-3.0.0/lib/pkgconfig However, in my case, a lot of undifined reference error occured. export LIBS='-lginac -lcln -lgmp' without re-seting configure and Makefile in src directry worked well. I think that the prblem you pointed out is not the case for mingw errors. On the cygwin, I only necesasry set export PKG_CONFIG_PATH=(proper path) for the symbolic-1.0.5 package. Overriding CLN_CFLAGS, CLN_LIBS, GINAC_CFLAGS and GINAC_LIBS were not needed. Perhaps the problem for the mingw is the specific to the mingw. The pkg-config.exe is not the msys nor mingw tool. That was imported from Gimp tool kits for win32. So that it seem not to be worked well because it does not interpret the msys path handling. I think that the problem on mingw might be on around the pkg-config but I'm not sure at the moment. Anyway I made a success to make the the symbolic-1.0.5 package. I do not want to purchase the origin anymore because of the time limitation. Thank you for your advises. Regards Tatsuro -------------------------------------- Easy + Joy + Powerful = Yahoo! Bookmarks x Toolbar http://pr.mail.yahoo.co.jp/toolbar/ ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
