| Posted on 2005-05-15 04:09:00-07 by dinojs |
| Trouble on Windows |
|
Hello - I found this package while looking for a perl interface to libsvm that worked on windows. When I try to use this, I have trouble cd-ing to the directory from the dos command prompt, and even when I do (by changing the directory name to less than eight characters), I end up with errors when I try perl Makefile.pl
(in the example below, Algorithm-SVM-0.11 has been moved to PLSVM)
C:\DOCUME~1\DINOJ\DESKTOP\PLSVM>
C:\DOCUME~1\DINOJ\DESKTOP\PLSVM>perl makefile.pl
Note (probably harmless): No library found for -lm
Note (probably harmless): No library found for oldnames.lib
Note (probably harmless): No library found for kernel32.lib
Note (probably harmless): No library found for user32.lib
Note (probably harmless): No library found for gdi32.lib
Note (probably harmless): No library found for winspool.lib
Note (probably harmless): No library found for comdlg32.lib
Note (probably harmless): No library found for advapi32.lib
Note (probably harmless): No library found for shell32.lib
Note (probably harmless): No library found for ole32.lib
Note (probably harmless): No library found for oleaut32.lib
Note (probably harmless): No library found for netapi32.lib
Note (probably harmless): No library found for uuid.lib
Note (probably harmless): No library found for ws2_32.lib
Note (probably harmless): No library found for mpr.lib
Note (probably harmless): No library found for winmm.lib
Note (probably harmless): No library found for version.lib
Note (probably harmless): No library found for odbc32.lib
Note (probably harmless): No library found for odbccp32.lib
Note (probably harmless): No library found for msvcrt.lib
Writing Makefile for Algorithm::SVM
C:\DOCUME~1\DINOJ\DESKTOP\PLSVM>
Is my perl not installed properly or something? (This is the first time I'm using it on Windows.)
|
| Direct Responses: Write a response |