>On February 19, 2008 12:22 PM, Jonathan Leffler
<[EMAIL PROTECTED]> wrote:
>>On Feb 19, 2008 10:04 AM, Capacio, Paula J <[EMAIL PROTECTED]> wrote:
>>I am getting the following error from make
>>ld: Unrecognized argument:
>>-Wl,+b/usr/oracle/client/10.2/lib:/usr/oracle/client/10.2/rdbms/lib
>>Fat
Michael Leonida wrote:
I got nmake from one of the links, thank you. Also, thanks for all your
help.
No problem - just bare in mind Windows is neither a platform I work on
regularly nor one I want to work on regularly so you should probably
take any windows advice from me with a pinch of salt
I got nmake from one of the links, thank you. Also, thanks for all your
help. I still get an error that cl is not recognized as an internal or
external command (there is a call to cl with a lot of parameters that also
gets printed on the screen). Do I need the Visual C++ compiler in order to
use nm
Dino Kern wrote:
Hello,
I'm using DBD::ODBC Version 1.13 and had following problem:
Te connection timed out after exactly 30 seconds even when
"odbc_query_timeout" was not set.
According to the documentation there should be no timeout in this case.
After setting the timeout to a higher value it
On 2008-02-19 10:22:21 -0800, Jonathan Leffler wrote:
> On Feb 19, 2008 10:04 AM, Capacio, Paula J <[EMAIL PROTECTED]> wrote:
> > Hello,
> > I am getting the following error from make (excerpt only full list
> > follows)
[...]
> > ld: Unrecognized argument:
> > -Wl,+b/usr/oracle/client/10.2/lib:/us
Martin Evans wrote:
Michael Leonida wrote:
I am getting 3 duplicate (3*2=6 total) redefinition of target errors
when I
try to make the latest DBD::ODBC 1.15 from CPAN. I am using the
Borland C++
compiler on Windows XP Pro. The duplicate redefinitions occur after these
two lines in the Makefile
Hello,
I'm using DBD::ODBC Version 1.13 and had following problem:
Te connection timed out after exactly 30 seconds even when
"odbc_query_timeout" was not set.
According to the documentation there should be no timeout in this case.
After setting the timeout to a higher value it worked.
Maybe the