Re: die cygwin perlld and ld2, die! (was: Trying to build (perl) Inline::CPP-0.25)

2007-07-25 Thread Steve Peters
On Wed, Jul 25, 2007 at 10:09:25PM +0200, Reini Urban wrote: > See the cygwin thread starting with > http://cygwin.com/ml/cygwin/2007-07/msg00622.html > > >>I ran into a similar problem recently - the standard sort of c++ > >>references were not being found. It turns out that the linker I was

die cygwin perlld and ld2, die! (was: Trying to build (perl) Inline::CPP-0.25)

2007-07-25 Thread Reini Urban
See the cygwin thread starting with http://cygwin.com/ml/cygwin/2007-07/msg00622.html >>I ran into a similar problem recently - the standard sort of c++ >>references were not being found. It turns out that the linker I was >>calling was ld2, a script that called another script perlld (in >>/

RE: Trying to build (perl) Inline::CPP-0.25.

2007-07-24 Thread Dave Korn
On 24 July 2007 21:00, Reini Urban wrote: > Switching to g++ probably has other issues. Most XS modules are pretty > fine with gcc, but I wouldn't be sure if all of them are C++ safe. This isn't an issue, or rather, it's not as bad as you think. Whether you use g++ or gcc as the driver, it st

Re: Trying to build (perl) Inline::CPP-0.25.

2007-07-24 Thread Reini Urban
Sisyphus schrieb: - [EMAIL PROTECTED] ~/comp/Inline-CPP-0.25 $ perl -V:ld ld='ld2'; - and wondered about that. You're suggested amendment (apart from fixing the problem) is also in keeping with my "native" (MinGW) build of Windows perl 5.8 which

Re: Trying to build (perl) Inline::CPP-0.25.

2007-07-24 Thread Sisyphus
- Original Message - From: "Paul Mallas" <[EMAIL PROTECTED]> To: Sent: Wednesday, July 25, 2007 12:05 AM Subject: Re: Trying to build (perl) Inline::CPP-0.25. I ran into a similar problem recently - the standard sort of c++ references were not being found. It tu

Re: Trying to build (perl) Inline::CPP-0.25.

2007-07-24 Thread Sisyphus
- Original Message - From: "Brian Dessent" <[EMAIL PROTECTED]> To: Sent: Tuesday, July 24, 2007 11:48 PM Subject: Re: Trying to build (perl) Inline::CPP-0.25. Dave Korn wrote: That I can't say. But assuming the build uses proper dependencies in the makefil

Re: Trying to build (perl) Inline::CPP-0.25.

2007-07-24 Thread Paul Mallas
I ran into a similar problem recently - the standard sort of c++ references were not being found. It turns out that the linker I was calling was ld2, a script that called another script perlld (in /usr/bin), where I found this: # these are pretty mandatory my $CC = 'gcc'; my $EXPORT_ALL = 1;

RE: Trying to build (perl) Inline::CPP-0.25.

2007-07-24 Thread Dave Korn
On 24 July 2007 14:49, Brian Dessent wrote: > Dave Korn wrote: > >> That I can't say. But assuming the build uses proper dependencies in the >> makefile, you should be able to workaround it by cutting and pasting that >> line into your shell, replacing 'gcc' by 'g++' as you go, and once you've

Re: Trying to build (perl) Inline::CPP-0.25.

2007-07-24 Thread Brian Dessent
Dave Korn wrote: > That I can't say. But assuming the build uses proper dependencies in the > makefile, you should be able to workaround it by cutting and pasting that line > into your shell, replacing 'gcc' by 'g++' as you go, and once you've got past > that manually the rest of the build shou

RE: Trying to build (perl) Inline::CPP-0.25.

2007-07-24 Thread Dave Korn
On 24 July 2007 13:42, Sisyphus wrote: > I've built Inline::CPP on previous Cygwin installations (on Windows 2000) > and on "native" Win32 builds of perl , but attempts to build this module > under Cygwin are now failing under 'make test' with the following errors: > > ---

Trying to build (perl) Inline::CPP-0.25.

2007-07-24 Thread Sisyphus
Hi, I'm running Windows Vista Business 64 on an AMD64 box. See below my sig for 'perl -V'. I've built Inline::CPP on previous Cygwin installations (on Windows 2000) and on "native" Win32 builds of perl , but attempts to build this module under Cygwin are now failing under 'make test' with the f