Forums | Admin

Discussion Forums: open-discussion

Start New Thread Start New Thread
Message: 95049
BY: David Adler (dadler)
DATE: 2010-10-18 12:17
SUBJECT: RE: ibm_db install fails with ruby 1.9.2

 

I read the other thread but it didn't conclude with success.

My environment is Win32.

I set
IBM_DB_DIR=d:\sqllib
IBM_DB_LIB=d:\sqllib\lib
IBM_DB_INCLUDE=d:\sqllib\include

The ruby version is
ruby 1.9.2.p0 (2010-08-18) [i386-mingw32]

This is the contents of the mkmf.log:
"gcc -o conftest -Id:/ruby/include/ruby-1.9.1/i386-mingw32 -Id:/ruby/include/ruby-1.9.1/ruby/backward -Id:/ruby/include/ruby-1.9.1 -I. -Id:\sqllib\include -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long conftest.c -L. -Ld:/ruby/lib -Ld:\sqllib\lib -L. -lmsvcrt-ruby191-static -lshell32 -lws2_32 "
checked program was:
/* begin */
1: #include "ruby.h"
2:
3: #include <winsock2.h>
4: #include <windows.h>
5: int main() {return 0;}
/* end */

There is no "gcc" on this Windows system (or another C compiler)


Thread View

Thread Author Date
ibm_db install fails with ruby 1.9.2David Adler2010-10-15 19:03
      RE: ibm_db install fails with ruby 1.9.2Praveen Devarao2010-10-17 15:22
            RE: ibm_db install fails with ruby 1.9.2David Adler2010-10-18 12:17
                  RE: ibm_db install fails with ruby 1.9.2Praveen Devarao2010-10-18 12:43
                        RE: ibm_db install fails with ruby 1.9.2David Adler2010-10-18 14:03
                              RE: ibm_db install fails with ruby 1.9.2Praveen Devarao2010-10-18 17:13
                                    RE: ibm_db install fails with ruby 1.9.2David Adler2010-10-18 17:37
                                          RE: ibm_db install fails with ruby 1.9.2Praveen Devarao2010-10-19 10:28
                                                RE: ibm_db install fails with ruby 1.9.2Praveen Devarao2010-10-21 10:53
                                                      RE: ibm_db install fails with ruby 1.9.2Praveen Devarao2010-11-03 06:54
                                                            RE: ibm_db install fails with ruby 1.9.2David Adler2010-11-03 10:52
                                                                  RE: ibm_db install fails with ruby 1.9.2Praveen Devarao2011-02-09 17:17

Post a followup to this message