При ./configure пишет такую чушь: OCaml uses gcc `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. to compile C files checking for gcc... gcc `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. checking for C compiler default output file name... configure: error: C compiler cannot create executables Другими словами, в configure.in неправильно определяются флаги gcc. Грешу на autoconf (2.60) и automake (1.10), которые недавно обновил, и к собственному стыду и позору пока не осилил. Есть ли решение подобной проблемы? Или предстоит разобраться с autotools?
Форум —
General
