I am trying to compile a simple C++ code using KDevelop 3.5 on FreeBSD 8.1
I get the following error (in an infinite loop):
What could be wrong?
I get the following error (in an infinite loop):
Code:
*** Warning: inferring the mode of operation is deprecated.: not found
*** Future versions of Libtool will require -mode=MODE be specified.: not found
: warning: cannot infer operation mode without MODE-ARGS: not found
: you must specify a MODE: not found
Try ` --help' for more information.: not found
*** Warning: inferring the mode of operation is deprecated.: not found
*** Future versions of Libtool will require -mode=MODE be specified.: not found
: warning: cannot infer operation mode without MODE-ARGS: not found
: you must specify a MODE: not found
Try ` --help' for more information.: not found
*** Warning: inferring the mode of operation is deprecated.: not found
*** Future versions of Libtool will require -mode=MODE be specified.: not found
: warning: cannot infer operation mode without MODE-ARGS: not found
: you must specify a MODE: not found
Try ` --help' for more information.: not found
*** Warning: inferring the mode of operation is deprecated.: not found
*** Future versions of Libtool will require -mode=MODE be specified.: not found
: warning: cannot infer operation mode without MODE-ARGS: not found
: you must specify a MODE: not found
Try ` --help' for more information.: not found
*** Warning: inferring the mode of operation is deprecated.: not found
*** Future versions of Libtool will require -mode=MODE be specified.: not found
: warning: cannot infer operation mode without MODE-ARGS: not found
: you must specify a MODE: not found
Try ` --help' for more information.: not found
*** Warning: inferring the mode of operation is deprecated.: not found
*** Future versions of Libtool will require -mode=MODE be specified.: not found
: warning: cannot infer operation mode without MODE-ARGS: not found
: you must specify a MODE: not found
Try ` --help' for more information.: not found
*** Warning: inferring the mode of operation is deprecated.: not found
*** Future versions of Libtool will require -mode=MODE be specified.: not found
: warning: cannot infer operation mode without MODE-ARGS: not found
: you must specify a MODE: not found
Try ` --help' for more information.: not found
gmake[2]: *** [test2] Interrupt: 2
gmake[1]: *** [all-recursive] Interrupt: 2
gmake: *** [all] Interrupt: 2
What could be wrong?