RE: make error-> ld: Unrecognized argument: -Wl,+b...

2008-02-21 Thread Capacio, Paula J
>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

Re: Redefinition of target errors

2008-02-21 Thread Martin Evans
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

Re: Redefinition of target errors

2008-02-21 Thread Michael Leonida
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

Re: DBD::ODBC - default timeout is 30 seconds instead of none

2008-02-21 Thread Martin Evans
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

Re: make error-> ld: Unrecognized argument: -Wl,+b...

2008-02-21 Thread Peter J. Holzer
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

Re: Redefinition of target errors

2008-02-21 Thread Martin Evans
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

DBD::ODBC - default timeout is 30 seconds instead of none

2008-02-21 Thread Dino Kern
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