Hello Xavier and Michael I have downloaded a new database package from svn trees. Here I report the cygwin results.
At the cygwin, the SQL warning still appeared. configure: WARNING: sql.h: present but cannot be compiled configure: WARNING: sql.h: check for missing prerequisite headers? configure: WARNING: sql.h: see the Autoconf documentation configure: WARNING: sql.h: section "Present But Cannot Be Compiled" configure: WARNING: sql.h: proceeding with the preprocessor's result configure: WARNING: sql.h: in the future, the compiler will take precedence configure: WARNING: ## ------------------------------------------ ## configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ## configure: WARNING: ## ------------------------------------------ ## octave-forge is configured with octave: octave (version 3.0.1) mkoctfile: mkoctfile for Octave 1 swig: pre-generated postgres: yes mysql: mysql/mysql.h not found sqlite3: yes odbc: yes The resultsa are postgres: sucsess mysql: unsupported cygwin distribution sqlite3: failed odbc: failed My cygwin octave built by specially prepared gcc with --disable-sjlj-exceptions. This makes using win32api impossible on cygwin. So that result in odbc is reasonable However fail in sqllite is questionable. For mysql, it is not supported in cygwin distribution so that I do not support it at the moment Anyway success in postgres is good. I at the moment supports only postgres. Thanks! Tatsuro *********************************** link error at sqlite3.oct building sqlite3_wrap.o: In function `_Z34_wrap_sqlite3_column_database_nameRK17octave_value_listi': /opt/octave/octave-forge-bundle-20080429/main/database-1.0.s/src/sqlite3_wrap.cpp:4182: undefined reference to `_sqlite3_column_database_name' sqlite3_wrap.o: In function `_Z36_wrap_sqlite3_column_database_name16RK17octave_value_listi': /opt/octave/octave-forge-bundle-20080429/main/database-1.0.s/src/sqlite3_wrap.cpp:4215: undefined reference to `_sqlite3_column_database_name16' sqlite3_wrap.o: In function `_Z31_wrap_sqlite3_column_table_nameRK17octave_value_listi': /opt/octave/octave-forge-bundle-20080429/main/database-1.0.s/src/sqlite3_wrap.cpp:4248: undefined reference to `_sqlite3_column_table_name' sqlite3_wrap.o: In function `_Z33_wrap_sqlite3_column_table_name16RK17octave_value_listi': /opt/octave/octave-forge-bundle-20080429/main/database-1.0.s/src/sqlite3_wrap.cpp:4281: undefined reference to `_sqlite3_column_table_name16' sqlite3_wrap.o: In function `_Z32_wrap_sqlite3_column_origin_nameRK17octave_value_listi': /opt/octave/octave-forge-bundle-20080429/main/database-1.0.s/src/sqlite3_wrap.cpp:4314: undefined reference to `_sqlite3_column_origin_name' sqlite3_wrap.o: In function `_Z34_wrap_sqlite3_column_origin_name16RK17octave_value_listi': /opt/octave/octave-forge-bundle-20080429/main/database-1.0.s/src/sqlite3_wrap.cpp:4347: undefined reference to `_sqlite3_column_origin_name16' sqlite3_wrap.o: In function `_Z35_wrap_sqlite3_table_column_metadataRK17octave_value_listi': /opt/octave/octave-forge-bundle-20080429/main/database-1.0.s/src/sqlite3_wrap.cpp:6650: undefined reference to `_sqlite3_table_column_metadata' collect2: ld returned 1 exit status -------------------------------------- GANBARE! NIPPON! Win your ticket to Olympic Games 2008. http://pr.mail.yahoo.co.jp/ganbare-nippon/ ------------------------------------------------------------------------- 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
