search for: lmysql

Displaying 3 results from an estimated 3 matches for "lmysql".

Did you mean: mysql
2007 Jun 03
2
Problems compiling RMySQL
...R-24~1.1/include -W all -O2 -std=gnu99 -c RS-MySQL.c -o RS-MySQL.o windres --include-dir c:/PROGRA~1/R/R-24~1.1/include -i RMySQL_res.rc -o RMySQL _res.o gcc -shared -s -o RMySQL.dll RMySQL.def RS-DBI.o RS-MySQL.o RMySQL_res.o -Lc: /PROGRA~1/R/R-24~1.1/bin -Lc:/PROGRA~1/MySQL/MYSQLS~1.0/lib/opt -lmysql -liberty -lR ... DLL made installing DLL installing R files installing inst files FIND: Parameter format not correct make[2]: *** [c:/TEMP/Rinst248068707/RMySQL/inst] Error 2 make[1]: *** [all] Error 2 make: *** [pkg-RMySQL] Error 2 *** Installation of RMySQL failed *** Removing ...
2003 Oct 15
5
Problems Building RMySQL in Windows
...c/include -Wall -O2 -c RS-MySQL.c -o RS-MySQL.o ar cr RMySQL.a *.o ranlib RMySQL.a windres --include-dir C:/PROGRA~1/R/rw1071/src/include -i RMySQL_res.rc -o RMySQL_res.o gcc --shared -s -o RMySQL.dll RMySQL.def RMySQL.a RMySQL_res.o -LC:/PROGRA~1/R/rw1071/src/gnuwin32 -Lc:/mysql/lib/opt -lmysql -liberty -lg2c -lR RMySQL.a(RS-MySQL.o)(.text+0x216):RS-MySQL.c: undefined reference to `_mysql_get_client_info' RMySQL.a(RS-MySQL.o)(.text+0x7f9):RS-MySQL.c: undefined reference to `_mysql_init' RMySQL.a(RS-MySQL.o)(.text+0x817):RS-MySQL.c: undefined reference to `_mysql_options' RM...
2000 Oct 23
1
How To compile RMySQL on Windows?
Hallo! Thanks for the answers that I received. I had downloaded the last distribution of RMySQL from /R/CRAN/src/contrib/Devel.. Its the first package that I am trying to compile under Windows. >From the Compiler I am getting the following error message. In file included from RMySQL.c:1: RMySQL.h:24: mysql.h: No such file or directory RMySQL.h:25: mysql_com.h: No such file or directory