From: KUBO Takehiro Date: 2002-10-03T10:43:32+09:00 Subject: Re: Compiling Oracle extension under Windows Hello, "Gavin Sinclair" writes: > Three weeks ago, I posted a message (which was a bit cryptic I'll admit) about > compiling the Oracle extension under Cygwin and got no response. I know the solution. When you make libOCI.a, don't run: dlltool -d OCI.def -D $ORACLE_HOME/BIN/OCI.DLL -l libOCI.a but run: dlltool -d OCI.def -D OCI.DLL -l libOCI.a The comment in extconf.rb makes a mistake. -- KUBO Takehiro email: kubo@jiubao.org web: http://www.jiubao.org GnuPG fingerprint = 5F7B C8EF CA16 57D0 FDE1 9F47 C001 1F93 AC08 2262