Re: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc 3.x

2003-10-28 Thread Nicholas Clark
On Mon, Oct 27, 2003 at 02:00:44PM -0800, Michael Peppler wrote: > On Mon, 2003-10-27 at 07:29, Nicholas Clark wrote: > > On Tue, Oct 21, 2003 at 03:00:58PM +0100, Alan Burlison wrote: > > > It would be really helpful if anyone who has seen this problem checks the > > > patch works for them, and t

Re: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc 3.x

2003-10-27 Thread Michael Peppler
On Mon, 2003-10-27 at 07:29, Nicholas Clark wrote: > On Tue, Oct 21, 2003 at 03:00:58PM +0100, Alan Burlison wrote: > > It would be really helpful if anyone who has seen this problem checks the > > patch works for them, and then it can be given the all-clear to be > > integrated into 5.8.2-to-be.

Re: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc 3.x

2003-10-27 Thread Nicholas Clark
On Tue, Oct 21, 2003 at 03:00:58PM +0100, Alan Burlison wrote: > It would be really helpful if anyone who has seen this problem checks the > patch works for them, and then it can be given the all-clear to be > integrated into 5.8.2-to-be. Thanks! I'm waiting on someone saying that it works.

Re: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc 3.x

2003-10-22 Thread Alan Burlison
Terence J. Young, D.C. wrote: How is the patch applied?? Apply it to your perl 5.8.1 build directory before running 'Configure'. See 'man patch' for detailed instructions. Alan Burlison wrote: However, having said that this is Sybase brokenness, this still obviously needs a fix. The reason I

Re: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc 3.x

2003-10-22 Thread Terence J. Young, D.C.
How is the patch applied?? terry Alan Burlison wrote: However, having said that this is Sybase brokenness, this still obviously needs a fix. The reason I added '-z ignore' in the first place was to make perl load a little faster - when building perl we use the same set of libraries on the li

Re: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc 3.x

2003-10-21 Thread Alan Burlison
However, having said that this is Sybase brokenness, this still obviously needs a fix. The reason I added '-z ignore' in the first place was to make perl load a little faster - when building perl we use the same set of libraries on the link line for both the perl executable and libperl.so, but

Re: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc 3.x

2003-10-20 Thread Alan Burlison
Gah... By leaving out the required dependencies, and marking them as lazyload, we can speed up start-up slightly. By leaving out the libraries that aren't required, and marking the ones that are required as lazyload, we can speed up start-up slightly. -- Alan Burlison --

Re: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc 3.x

2003-10-20 Thread Alan Burlison
Michael Peppler wrote: > FYI DBD::Sybase and Sybase::CTlib fail at the "make test" stage on > Solaris (and possibly other platforms) with perl 5.8.1 and gcc 3.x. > > The problem is the default LDDLFLAGS configuration value that is used > with 5.8.1, which includes the following flags: >-z igno

DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc 3.x

2003-10-15 Thread Michael Peppler
FYI DBD::Sybase and Sybase::CTlib fail at the "make test" stage on Solaris (and possibly other platforms) with perl 5.8.1 and gcc 3.x. The problem is the default LDDLFLAGS configuration value that is used with 5.8.1, which includes the following flags: -z ignore -z lazyload -z combreloc F