[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-user: Installation problem - from source - SuSE 10.0 to AMD Athalon 64 300+



Hi - I'm trying to install the gEDA package from source on a computer running SuSE 10.0. I'm compiling from source rather than installing from RPMs because I've got an AMD 64 processor.

I downloaded geda-install-20060124.iso from the gEDA download page, wrote it to a CD, installed the extra packages from the SuSE DVD then installed gEDA into /user/local/gEDA, which appeared to work, but while some of the executables - at /usr/local/gEDA/bin - would execute, gschem wouldn't

I then tried installing gschem from within the /usr/local/gEDA/geschem directory,by typing "./configure" - which appeared to work, followed by "make install" which didn't.

I've cut and attached the error messages from this failed attempt, starting at "g_funcs.o: In function `g_funcs_print': ../noweb/g_funcs.nw:92: undefined reference to `f_print'" which look as if they would be informative to someone higher in the Linux pecking order than I am.

I'd be grateful for any help.

Bill Sloman, Nijmegen
g_funcs.o: In function `g_funcs_print':
../noweb/g_funcs.nw:92: undefined reference to `f_print'
gschem.o: In function `main_prog':
../noweb/gschem.nw:228: undefined reference to `g_read_file'
../noweb/gschem.nw:311: undefined reference to `f_open'
../noweb/gschem.nw:364: undefined reference to `g_read_file'
i_callbacks.o: In function `i_callback_file_save':
../noweb/i_callbacks.nw:610: undefined reference to `f_save'
i_callbacks.o: In function `i_callback_page_revert':
../noweb/i_callbacks.nw:2362: undefined reference to `f_open'
o_complex.o: In function `o_complex_end':
../noweb/o_complex.nw:342: undefined reference to `o_read'
o_undo.o: In function `o_undo_savestate':
../noweb/o_undo.nw:150: undefined reference to `f_save'
o_undo.o: In function `o_undo_callback':
../noweb/o_undo.nw:421: undefined reference to `f_open'
x_script.o: In function `script_selection_ok':
../noweb/x_script.nw:91: undefined reference to `g_read_file'
x_print.o: In function `x_print_set_window':
../noweb/x_print.nw:125: undefined reference to `f_print_set_type'
x_print.o: In function `x_print_set_extents':
../noweb/x_print.nw:142: undefined reference to `f_print_set_type'
x_print.o: In function `x_print_set_nomargins':
../noweb/x_print.nw:159: undefined reference to `f_print_set_type'
x_print.o: In function `x_print_print':
../noweb/x_print.nw:361: undefined reference to `f_print'
x_print.o: In function `create_menu_type':
../noweb/x_print.nw:272: undefined reference to `f_print_set_type'
x_print.o: In function `x_print_setup':
../noweb/x_print.nw:597: undefined reference to `f_print_set_type'
../noweb/x_print.nw:277: undefined reference to `f_print_set_type'
../noweb/x_print.nw:607: undefined reference to `f_print_set_type'
../noweb/x_print.nw:282: undefined reference to `f_print_set_type'
x_print.o:../noweb/x_print.nw:602: more undefined references to `f_print_set_type' follow
x_image.o: In function `x_image_lowlevel':
../noweb/x_image.nw:341: undefined reference to `f_image_write'
x_fileselect.o: In function `x_fileselect_saveas':
../noweb/x_fileselect.nw:872: undefined reference to `f_save'
x_fileselect.o: In function `x_fileselect_open_file':
../noweb/x_fileselect.nw:980: undefined reference to `f_open'
x_preview.o: In function `x_preview_update':
../noweb/x_preview.nw:124: undefined reference to `f_open'
/usr/local/lib/libgeda.so: undefined reference to `f_print_set_color'
/usr/local/lib/libgeda.so: undefined reference to `o_scale'
/usr/local/lib/libgeda.so: undefined reference to `f_print_set_line_width'
/usr/local/lib/libgeda.so: undefined reference to `f_normalize_filename'
collect2: ld returned 1 exit status
make[2]: *** [gschem] Error 1
make[2]: Leaving directory `/usr/local/gEDA/geda-gschem-20050820/src'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/usr/local/gEDA/geda-gschem-20050820/src'
make: *** [install-recursive] Error 1