> > > When I try to install PDL locally with > > perl Makefile.PL PREFIX=/home/cs5/pura0010/softwares/PDL-2.4.0 > > make > > gives - > > Makefile:92: *** missing separator. Stop. > > Any idea how can I resolve this ? Is this the right way to > install PDL locally ? > > Thanks, > Amruta >
You need to use -MCPAN to install PDL. >install PDL When you run -MCPAN for the first time, it will configure a .cpan file for you. If you already have one of those, you might want to delete it so you can reset it. (It will probably be at $HOME/.cpan). At a certain point during that configuration, it will ask you if you want any arguments on Makefile.PL. At that point, you should specify PREFIX=/home/cs/xyz I don't actually recommend that you specify PDL-2.4.0 in that directory, since this will be the site of all your local installs. So for example, you might want to set PREFIX=/home/cs/pura0010/Cpanmods, then anything you install via -MCPAN will reside there (making it simpler to set your paths). The reason you want to use -MCPAN to install PDL is that there are a number of dependent packages. I hope this makes some sense! Give it a try and let me know how it goes! Ted -- # Ted Pedersen http://www.umn.edu/~tpederse # # Department of Computer Science [EMAIL PROTECTED] # # University of Minnesota, Duluth # # Duluth, MN 55812 (218) 726-8770 # ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ senseclusters-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/senseclusters-users
