Building on SuSE 9.0
Mikael Pettersson
mikpe@REDACTED
Mon May 3 11:44:51 CEST 2004
On Sun, 02 May 2004 21:31:16 -0500, Anders Nygren wrote:
>I am trying to build R9C on SuSE 9.0 and get the following
>error.
...
>gcc -g -O3 -I/usr/local/src/otp_src_R9C-0/erts/ -DHAVE_CONFIG_H -Wall
>-Wstrict-prototypes -Wmissing-prototypes -DHIPE_ARCHITECTURE=x86 -Ibeam
>-Isys/unix -Isys/common -Ii686-pc-linux-gnu -Ii686-pc-linux-gnu/opt
>-Izlib -Ihipe -c hipe/hipe_mkliterals.c -o
>/usr/local/src/otp_src_R9C-0/erts/obj.beam/i686-pc-linux-gnu/hipe_mkliterals.o
>hipe/hipe_mkliterals.c:10:20: config.h: No such file or directory
>make[1]: ***
>[/usr/local/src/otp_src_R9C-0/erts/obj.beam/i686-pc-linux-gnu/hipe_mkliterals.o]
>Error 1
>make[1]: Leaving directory `/usr/local/src/otp_src_R9C-0/erts/emulator'
>make: *** [depend] Error 2
The missing config.h is supposed to be generated at the
end of the ./configure step. Either you didn't execute
./configure before make, or your system is broken somehow.
More information about the erlang-questions
mailing list