[Gambas-user] Problems on gambas building for ARM
Matteo Lisi
matteo.lisi at ...2324...
Mon Nov 23 16:57:29 CET 2009
Hi !
I tried to build gambas for ARM, but the Make the procedure give me
this error:
make[4]: Entering directory `/home/user/gambas2-2.18.0/main/gbc'
/bin/sh ../libtool --tag=CC --mode=link gcc
-DGAMBAS_PATH="\"/usr/local/bin\"" -pipe -Wall -Wno-unused-value
-Wcast-align -fsigned-char -fvisibility=hidden -g -Os -I../share -o
gbi2 gbi2-gb_error.o gbi2-gb_alloc.o gbi2-gb_array.o gbi2-gb_str.o
gbi2-gb_file.o gbi2-gb_table.o gbi2-gb_common.o gbi2-gbi.o -ldl
libtool: link: gcc -DGAMBAS_PATH=\"/usr/local/bin\" -pipe -Wall
-Wno-unused-value -Wcast-align -fsigned-char -fvisibility=hidden -g -Os
-I../share -o gbi2 gbi2-gb_error.o gbi2-gb_alloc.o gbi2-gb_array.o
gbi2-gb_str.o gbi2-gb_file.o gbi2-gb_table.o gbi2-gb_common.o
gbi2-gbi.o -ldl
gbi2-gbi.o: In function `analyze_native_component':
/home/user/gambas2-2.18.0/main/gbc/gbi.c:360: undefined reference to
`lt_dlopenext'
/home/user/gambas2-2.18.0/main/gbc/gbi.c:363: undefined reference to
`lt_dlerror'
/home/user/gambas2-2.18.0/main/gbc/gbi.c:367: undefined reference to
`lt_dlsym'
/home/user/gambas2-2.18.0/main/gbc/gbi.c:375: undefined reference to
`lt_dlsym'
gbi2-gbi.o: In function `init':
/home/user/gambas2-2.18.0/main/gbc/gbi.c:160: undefined reference to
`lt_dlinit'
/home/user/gambas2-2.18.0/main/gbc/gbi.c:161: undefined reference to
`lt_dlerror'
collect2: ld returned 1 exit status
make[4]: *** [gbi2] Error 1
make[4]: Leaving directory `/home/user/gambas2-2.18.0/main/gbc'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/user/gambas2-2.18.0/main'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/user/gambas2-2.18.0/main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/user/gambas2-2.18.0'
make: *** [all] Error 2
How I can solve ?
Thanks
More information about the User
mailing list