[Gambas-user] compiling errors svn3850

wally wally at ...2037...
Wed May 18 19:27:54 CEST 2011


can i do anything myself or should i wait for svn version > 3850
i really would like to try the gsl feature :)

Opensue 11.3
...
Making all in gbx
make[4]: Entering directory 
`/home/op/SDB/Programming/gambas/gambas3_svn/trunk/main/gbx'
/bin/sh ../libtool --tag=CC   --mode=link gcc -
DGAMBAS_PATH="\"/usr/local/bin\"" -pipe -Wall -Wno-unused-value -fsigned-char 
-fvisibility=hidden -g -Os -I../share -D_REENTRANT      -o gbx3 gbx3-
gb_common.o gbx3-gbx_debug.o gbx3-gb_alloc.o gbx3-gb_array.o gbx3-gbx_stack.o 
gbx3-gb_buffer.o gbx3-gbx_replace.o gbx3-gbx_value.o gbx3-gb_hash.o gbx3-
gb_table.o gbx3-gb_list.o gbx3-gbx_type.o gbx3-gbx_exec.o gbx3-gbx_exec_push.o 
gbx3-gbx_exec_enum.o gbx3-gbx_exec_pop.o gbx3-gbx_class_init.o gbx3-
gbx_class.o gbx3-gbx_class_native.o gbx3-gbx_class_load.o gbx3-gbx_event.o 
gbx3-gb_file.o gbx3-gbx_stream.o gbx3-gbx_stream_direct.o gbx3-
gbx_stream_buffer.o gbx3-gbx_stream_memory.o gbx3-gbx_stream_arch.o gbx3-
gbx_stream_process.o gbx3-gbx_stream_pipe.o gbx3-gbx_stream_string.o gbx3-
gbx_project.o gbx3-gbx_library.o gbx3-gbx_subr.o gbx3-gbx_subr_file.o gbx3-
gbx_subr_string.o gbx3-gbx_subr_conv.o gbx3-gbx_subr_time.o gbx3-
gbx_subr_extern.o gbx3-gbx_subr_misc.o gbx3-gbx_math.o gbx3-gbx_subr_math.o 
gbx3-gbx_subr_test.o gbx3-gbx_api.o gbx3-gbx_local.o gbx3-gbx_regexp.o gbx3-
gbx_archive.o gbx3-gbx_watch.o gbx3-gbx_eval.o gbx3-gbx_compare.o gbx3-gbx.o 
gbx3-gbx_number.o gbx3-gbx_object.o gbx3-gbx_string.o gbx3-gbx_date.o gbx3-
gbx_c_class.o gbx3-gbx_c_collection.o gbx3-gbx_c_error.o gbx3-gbx_c_gambas.o 
gbx3-gbx_c_file.o gbx3-gbx_c_application.o gbx3-gbx_c_array.o gbx3-
gbx_c_process.o gbx3-gbx_c_subcollection.o gbx3-gbx_c_string.o gbx3-
gbx_c_observer.o gbx3-gbx_component.o gbx3-gbx_extern.o gbx3-gbx_c_enum.o 
gbx3-gbx_c_timer.o gbx3-gbx_struct.o libgbx.a -lm    -ldl -lpthread  
libtool: link: gcc -DGAMBAS_PATH=\"/usr/local/bin\" -pipe -Wall -Wno-unused-
value -fsigned-char -fvisibility=hidden -g -Os -I../share -D_REENTRANT -o gbx3 
gbx3-gb_common.o gbx3-gbx_debug.o gbx3-gb_alloc.o gbx3-gb_array.o gbx3-
gbx_stack.o gbx3-gb_buffer.o gbx3-gbx_replace.o gbx3-gbx_value.o gbx3-
gb_hash.o gbx3-gb_table.o gbx3-gb_list.o gbx3-gbx_type.o gbx3-gbx_exec.o gbx3-
gbx_exec_push.o gbx3-gbx_exec_enum.o gbx3-gbx_exec_pop.o gbx3-gbx_class_init.o 
gbx3-gbx_class.o gbx3-gbx_class_native.o gbx3-gbx_class_load.o gbx3-
gbx_event.o gbx3-gb_file.o gbx3-gbx_stream.o gbx3-gbx_stream_direct.o gbx3-
gbx_stream_buffer.o gbx3-gbx_stream_memory.o gbx3-gbx_stream_arch.o gbx3-
gbx_stream_process.o gbx3-gbx_stream_pipe.o gbx3-gbx_stream_string.o gbx3-
gbx_project.o gbx3-gbx_library.o gbx3-gbx_subr.o gbx3-gbx_subr_file.o gbx3-
gbx_subr_string.o gbx3-gbx_subr_conv.o gbx3-gbx_subr_time.o gbx3-
gbx_subr_extern.o gbx3-gbx_subr_misc.o gbx3-gbx_math.o gbx3-gbx_subr_math.o 
gbx3-gbx_subr_test.o gbx3-gbx_api.o gbx3-gbx_local.o gbx3-gbx_regexp.o gbx3-
gbx_archive.o gbx3-gbx_watch.o gbx3-gbx_eval.o gbx3-gbx_compare.o gbx3-gbx.o 
gbx3-gbx_number.o gbx3-gbx_object.o gbx3-gbx_string.o gbx3-gbx_date.o gbx3-
gbx_c_class.o gbx3-gbx_c_collection.o gbx3-gbx_c_error.o gbx3-gbx_c_gambas.o 
gbx3-gbx_c_file.o gbx3-gbx_c_application.o gbx3-gbx_c_array.o gbx3-
gbx_c_process.o gbx3-gbx_c_subcollection.o gbx3-gbx_c_string.o gbx3-
gbx_c_observer.o gbx3-gbx_component.o gbx3-gbx_extern.o gbx3-gbx_c_enum.o 
gbx3-gbx_c_timer.o gbx3-gbx_struct.o  libgbx.a -lm -ldl -lpthread
gbx3-gbx_c_application.o: In function `System_GetExternSymbol':
/home/op/SDB/Programming/gambas/gambas3_svn/trunk/main/gbx/gbx_c_application.c:401: 
undefined reference to `EXTERN_get_symbol'
collect2: ld returned 1 exit status
make[4]: *** [gbx3] Error 1
make[4]: Leaving directory 
`/home/op/SDB/Programming/gambas/gambas3_svn/trunk/main/gbx'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory 
`/home/op/SDB/Programming/gambas/gambas3_svn/trunk/main'
make[2]: *** [all] Error 2
make[2]: Leaving directory 
`/home/op/SDB/Programming/gambas/gambas3_svn/trunk/main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/op/SDB/Programming/gambas/gambas3_svn/trunk'
make: *** [all] Error 2
..gambas3_svn/trunk>




More information about the User mailing list