demerphq has asked for the wisdom of the Perl Monks concerning the following question:
Today I tried to install Algorithm::FastPermute by robin. Unfortunately it fails to build under W2k/AS629.
I get the following error and I dont have a clue what to do about it (not a perlguts/perlxs/c kinda guy just yet... :-)
Any ideas?FastPermute.obj : error LNK2001: unresolved external symbol _Perl_cxin +c blib\arch\auto\Algorithm\FastPermute\FastPermute.dll : fatal error LNK1120: 1 unresolved externals NMAKE : fatal error U1077: 'link' : return code '0x460'
Yves / DeMerphq
--
When to use Prototypes?
Advanced Sorting - GRT - Guttman Rosler Transform
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Building Algorithm::FastPermute under AS
by robin (Chaplain) on Mar 05, 2002 at 14:20 UTC | |
Do you have the same problem with Graham Barr's Scalar-List-Utils package? That package also uses PUSHBLOCK, so I wonder how it has been made to work. Does anyone have any ideas? | [reply] |
by robin (Chaplain) on Mar 05, 2002 at 14:47 UTC | |
I'm sure that's the same problem that you're seeing. I'll see if I can steal Graham's solution and add it to Algorithm::FastPermute. | [reply] [d/l] |
by demerphq (Chancellor) on Mar 05, 2002 at 15:02 UTC | |
Thanks alot. Its nice to see a module writer being so responsive...
Yves / DeMerphq | [reply] |
by robin (Chaplain) on Mar 05, 2002 at 15:20 UTC | |
If it solves your problem, I'll upload it to CPAN later today. | [reply] |
by demerphq (Chancellor) on Mar 05, 2002 at 16:53 UTC | |
I havent tried to use it yet so this could be premature (but probably isnt) but it passed all the tests and installed fine. I just wanted to say that your responsiveness regarding this issue is/should be an example to the many who post XS modules that wont build under AS/Cygwin. Not all of us are good enough C programmers to figure this stuff out themselves. I know im not anyway. BTW heres the output, thanks a million.
Yves / DeMerphq | [reply] [d/l] |
|
Algorithm::FastPermute 0.05
by robin (Chaplain) on Mar 05, 2002 at 17:48 UTC | |
This release is functionally identical to the previous one, but should be more portable. It has been reported to work on Win32 and IRIX, and has also been tested against Perl 5.005. Thanks to demerphq for reporting the problem, and to gbarr for (unwittingly) fixing it. | [reply] |
|
Re: Building Algorithm::FastPermute under AS
by demerphq (Chancellor) on Mar 05, 2002 at 10:37 UTC | |
Yves / DeMerphq | [reply] [d/l] |