compilation and execution
Details
Details
Diff Detail
Diff Detail
- Repository
- rTEXPE tools/expedite
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
actually.. testing this...
configure: error: Objective C compiler cannot create executables See `config.log' for more details cat config.log ... configure:2936: gcc -V >&5 gcc: error: unrecognized command-line option '-V' gcc: fatal error: no input files compilation terminated. configure:2947: $? = 1 configure:2936: gcc -qversion >&5 gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'? gcc: fatal error: no input files compilation terminated. configure:2947: $? = 1 configure:2967: checking whether the Objective C compiler works configure:2989: gcc -Wl,--disable-new-dtags conftest.m >&5 gcc: fatal error: cannot execute 'cc1obj': execvp: No such file or directory compilation terminated. configure:2993: $? = 1 configure:3031: result: no configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "expedite" | #define PACKAGE_TARNAME "expedite" | #define PACKAGE_VERSION "1.23.0" | #define PACKAGE_STRING "expedite 1.23.0" | #define PACKAGE_BUGREPORT "enlightenment-devel@lists.sourceforge.net" | #define PACKAGE_URL "" | #define PACKAGE "expedite" | #define VERSION "1.23.0" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3036: error: in `/home/raster/C/git/expedite': configure:3038: error: Objective C compiler cannot create executables See `config.log' for more details ...