hi,
versuche gerade filmgimp auf meiner octane zu kompilieren (schon lange her, als ich was vom source installiert habe, überwiegend war's linux).
darunter, leider etwas gross, sorry dafür, config.log inhalt.
fehlen mir die dev libraries oder ist die compiler-configuration nicht vollständig
da ich keine cc lizenz habe, natürlich ist gcc an der reihe...
error message bringt im net unterschiedliche antworten
danke für alle hinweise
rob
___________________________
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.53. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = IRIS
uname -m = IP30
uname -r = 6.5
uname -s = IRIX64
uname -v = 01101245
/usr/bin/uname -p = mips
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/freeware/bin
PATH: /usr/sbin
PATH: /usr/bsd
PATH: /sbin
PATH: /usr/bin
PATH: /etc
PATH: /usr/etc
PATH: /usr/bin/X11
PATH: /usr/local/bin
PATH: /usr/local/sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1434: checking for a BSD-compatible install
configure:1488: result: /usr/freeware/bin/install -c
configure:1499: checking whether build environment is sane
configure:1542: result: yes
configure:1567: WARNING: `missing' script is too old or missing
configure:1575: checking for gawk
configure:1591: found /usr/freeware/bin/gawk
configure:1601: result: gawk
configure:1611: checking whether make sets ${MAKE}
configure:1631: result: yes
configure:1847: checking build system type
configure:1865: result: mips-sgi-irix6.5
configure:1873: checking host system type
configure:1887: result: mips-sgi-irix6.5
configure:1915: checking for style of include used by make
configure:1943: result: GNU
configure:2014: checking for gcc
configure:2030: found /usr/freeware/bin/gcc
configure:2040: result: gcc
configure:2284: checking for C compiler version
configure:2287: gcc --version </dev/null >&5
3.0.4
configure:2290: $? = 0
configure:2292: gcc -v </dev/null >&5
Reading specs from /usr/freeware/lib/gcc-lib/mips-sgi-irix6.5/3.0.4/specs
Configured with: ../configure --prefix=/usr/freeware --enable-version-specific-runtime-libs --disable-shared --enable-threads --enable-haifa
Thread model: single
gcc version 3.0.4
configure:2295: $? = 0
configure:2297: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2300: $? = 1
configure:2326: checking for C compiler default output
configure:2329: gcc conftest.c >&5
gcc: installation problem, cannot exec `as': No such file or directory
configure:2332: $? = 1
configure: failed program was:
#line 2303 "configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
;
return 0;
}
configure:2359: error: C compiler cannot create executables
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=mips-sgi-irix6.5
ac_cv_build_alias=mips-sgi-irix6.5
ac_cv_env_CC_set=''
ac_cv_env_CC_value=''
ac_cv_env_CFLAGS_set=''
ac_cv_env_CFLAGS_value=''
ac_cv_env_CPPFLAGS_set=''
ac_cv_env_CPPFLAGS_value=''
ac_cv_env_CPP_set=''
ac_cv_env_CPP_value=''
ac_cv_env_CXXFLAGS_set=''
ac_cv_env_CXXFLAGS_value=''
ac_cv_env_CXX_set=''
ac_cv_env_CXX_value=''
ac_cv_env_LDFLAGS_set=''
ac_cv_env_LDFLAGS_value=''
ac_cv_env_build_alias_set=''
ac_cv_env_build_alias_value=''
ac_cv_env_host_alias_set=''
ac_cv_env_host_alias_value=''
ac_cv_env_target_alias_set=''
ac_cv_env_target_alias_value=''
ac_cv_host=mips-sgi-irix6.5
ac_cv_host_alias=mips-sgi-irix6.5
ac_cv_path_install='/usr/freeware/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_make_make_set=yes
lt_cv_sys_path_separator=:
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
configure: exit 77_________