Displaying 2 results from an estimated 2 matches for "feconftest".
Did you mean:
conftest
2006 Apr 26
0
DB2 under Windows XP - "Missing DB2 Libraries or headers"
...I know I have Db2 installed correctly so I did a little digging and
found that
the extconf.rb file (in ext/db2) was failing. I''m new to Ruby so
digging
through the code was an interesting exercise. I finally go it to show
me the
windows command it was trying to execute:
cl -nologo -Feconftest
-IC:/Ruby & Rails/ruby-db2-0.4.4/ext/db2
-Ic:/ruby/lib/ruby/1.8/i386-mswin32
"-I"C:/Program Files/IBM/SQLLIB"/include"
-I. -I./.. -I./../missing
-MD -Zi -O2b2xg- -G6 conftest.c
msvcrt-ruby18-static.lib db2cli.lib oldnames.lib
user32.lib advapi32.lib wsock32.lib -link
-lib...
2008 Jun 16
1
ERROR: Failed to build gem native extension
.../lib/ruby/gems/1.8/gems/postgres-0.7.9
.2008.01.28 for inspection.
Results logged to
c:/ruby/lib/ruby/gems/1.8/gems/postgres-0.7.9.2008.01.28/ext/g
em_make.out
The mkmf.log file has following info:
have_library: checking for main() in /ms/libpq.lib...
--------------------
no
"cl -nologo -Feconftest -I. -Ic:/ruby/lib/ruby/1.8/i386-mswin32 -I.
-Ic:/ruby/lib/ruby/1.8/i386-mswin32 -MD -Zi -O2b2xg- -G6 conftest.c
msvcrt-ruby18-static.lib /ms/libpq.lib oldnames.lib user32.lib
advapi32.lib
ws2_32.lib -link -libpath:"C:/PROGRA~1/POSTGR~1/8.1/lib"
-libpath:"c:/ruby/lib" -st...