473,467 Members | 1,373 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

lib path perl builder on XP

30 New Member
Hi, erveryone.

The default lib path on my perl builder is "c:/perl/lib". Recently, I install the WordNet-Similarity-2.05 and run the makefile in it, then run the following command:
Expand|Select|Wrap|Line Numbers
  1. make
  2. make test
  3. make install
  4.  
console promts "no such command", so how to let my XP know the command "make"?

Since I just used simple *.pm file in the lib, there was no problem. After I run the makefile this package, the perl builder still cant run the code from CPAN.org like:
Expand|Select|Wrap|Line Numbers
  1. use stem;
  2.  
  3.   my $wn = WordNet::QueryData->new();
  4.  
  5.   my $stemmer = stem->new($wn)
  6.  
  7.   my @stems = $stemmer->stemWord($word);
  8.  
  9.   my $string = $stemmer->stemString($inString, $cache);
  10.  
Any suggestion?

Thanks very much in advance!
Oct 23 '08 #1
3 1776
KevinADC
4,059 Recognized Expert Specialist
You use PPM to install modules if you are using activeperl. See the activeperl documentation for details.
Oct 23 '08 #2
numberwhun
3,509 Recognized Expert Moderator Specialist
I agree with Kevin, use ppm.

'make' is a Unix utility used for installing software. Unless you have downloaded and installed the (***ACK***) Window$ port of make, you won't be able to use it. PPM is easier than getting all of that going, believe me.
Oct 23 '08 #3
anklos
30 New Member
Thank you two! I met another memory problem, oops. I will post it in another new thread.
Oct 23 '08 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

12
by: Xah Lee | last post by:
Python Doc Problem Example Quote from: http://docs.python.org/lib/module-os.path.html ---------- split( path) Split the pathname path into a pair, (head, tail) where tail is the last...
3
by: Xah Lee | last post by:
Split File Fullpath Into Parts Xah Lee, 20051016 Often, we are given a file fullpath and we need to split it into the directory name and file name. The file name is often split into a core...
2
by: Julie Warden | last post by:
Group, I'm setting up Perl 5.8 on a Sun solaris 5.6 machine and have a question about the $PATH variable. My installation is in /usr/local with subdirs: perl is in bin libraries are in...
5
by: panrug | last post by:
Hello, Is it possible to compile perl code into an .xll and call it from Excel? If yes, what is the best way to do it? I've searched the web and found a commercial Perl Add-in Builder. Does...
9
by: LuckyLeprechaun | last post by:
OS using: Linux(core 1), Solaris (5.6 to 5.8), Unix Perl version: v5.8.5 I need to find the path or alias that the user used to execute the program with (aka $0), just like the built-in shell...
13
by: filipo | last post by:
Hello all; I have a .csv file that contains messages exported from one discussion forum that I want to import into another forum (phpBB), but I need to do some data manipulation on the original...
3
by: Max58kl | last post by:
Trying to access data and print it to the screen using Perl Builders I/O Window -------------------------------------------------------------------------------- Hi I am using a program called...
1
by: hamidashrafi | last post by:
Hi, I just joined to the world of Perl. I am using the Open Perl IDE. in the following script do you know how I can set the path so, the program understand from where is should open the file....
15
by: anklos | last post by:
Hi, I am writing a word stemming program, the program reads from a *.trec file to get query words in <title></title> tag, then stems the query words and output the result to another *.trec file. But...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.