Reply
Thread Tools
Posts: 8 | Thanked: 1 time | Joined on Aug 2007
#1
hi there,
I've tried to compile a few applications, and i got stuck at the very beginning.
This is what i get when i try to run ./configure for jamvm (on a N770)
Code:
checking for a BSD-compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking build system type... armv5tejl-unknown-linux-gnu
checking host system type... armv5tejl-unknown-linux-gnu
test: ==: unknown operand
Segmentation fault
I get an unknown operand and segmentation fault.
Did anybody encountered this problem before?

thanks.
 
gnuite's Avatar
Posts: 1,245 | Thanked: 421 times | Joined on Dec 2005
#2
Looks like there's a bug in the configure.ac file (which generates the configure file that you run). Look for a line in the configure file (the generated one) containing the following code:

Code:
test "$host_cpu" == i386
Change the "==" to "=", which is the proper way to test for equality between strings.
 
Posts: 8 | Thanked: 1 time | Joined on Aug 2007
#3
made the change, but i get the same error
thank you for your reply.
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 02:35.