Thread: file not recognized, file format not recognized, installation, svmlight
hello uber's,
can error "file not recognized: file format not recognized".
background:
installated ubuntu 9.10 in last 2 days.
installed gnu gcc , have run .c , .cpp via gcc , g++ respectively.
current scenario:
downloaded svmlight.tar.gz, , extracted in /svm_light.
issued "make" , executables made.
downloaded example1.tar.gz /svm_light/example1, extracted (as instructed @ svmlight homepage)
svm_learn called following parameters:
svm_learn [options] example_file model_file //svm_learn.c exists
// , svm_learn_main.c
tried running example1 instructed:
svm_learn example1/train.dat example1/model
generates errors: svm_learn: command not found.
when try gcc -o smv_learn example1/train.dat
error is: example1/train.dat: file not recognized: file format not recognized.
how can 1) have .dat files recognized, and
2) how can svm_learn compile (the executable there)
everyone's help.
hello uber's,
can error "file not recognized: file format not recognized".
background:
installated ubuntu 9.10 in last 2 days.
installed gnu gcc , have run .c , .cpp via gcc , g++ respectively.
current scenario:
downloaded svmlight.tar.gz, , extracted in /svm_light.
issued "make" , executables made.
downloaded example1.tar.gz /svm_light/example1, extracted (as instructed @ svmlight homepage)
svm_learn called following parameters:
svm_learn [options] example_file model_file //svm_learn.c exists
// , svm_learn_main.c
tried running example1 instructed:
svm_learn example1/train.dat example1/model
generates errors: svm_learn: command not found.
when try gcc -o smv_learn example1/train.dat
error is: example1/train.dat: file not recognized: file format not recognized.
how can 1) have .dat files recognized, and
2) how can svm_learn compile (the executable there)
everyone's help.
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [SOLVED] file not recognized, file format not recognized, installation, svmlight
Ubuntu
Comments
Post a Comment