Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Text::Aspell on Win32 installation fail

by syphilis (Archbishop)
on Nov 07, 2017 at 21:33 UTC ( [id://1202934]=note: print w/replies, xml ) Need Help??


in reply to Text::Aspell on Win32 installation fail

perl Makefile.PL CCFLAGS=-IC:/strawberry/Aspell/include LIBS=-LC:/strawberry/Aspell/lib -laspell

You have not managed to pull in the aspell library.
I would replace "CCFLAGS" with "INC" (because "INC" is the norm) and I would place the LIBS value inside double quotes (because of the space between ".../lib" and "-laspell") :

perl Makefile.PL INC=-IC:/strawberry/Aspell/include LIBS="-LC:/strawberry/Aspell/lib -laspell"

Cheers,
Rob
  • Comment on Re: Text::Aspell on Win32 installation fail

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1202934]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (2)
As of 2024-04-19 21:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found