|
From: Guillermo Garcia
Background: new computer, fresh Ubuntu 11.10 install, compiled
tn5250 from cvs source.
I get a bunch of error from make like:
x5250.c:1896: undefined reference to `tn5250_config_parse_argv'
Furthermore, picking on my example error, I see the following in my source:
lib5250/conf.h:extern int tn5250_config_parse_argv (Tn5250Config *This,
lib5250/conf.c:tn5250_config_parse_argv (Tn5250Config * This, int
argc, char**argv)
Other examples appear to exist as well. It just seems like make can't
find what it needs for some reason.
The line before the errors start:
gcc -DDATADIR=\"/usr/local/share\" -g -O2 -l5250 -o x5250
alloccolors.o debug.o dialog.o help.o
mouse.o key.o resources.o x5250.o x5250term.o -lX11 -lXext
Did you ever solved this I'm having the same problem make all-recursive
make[1]: Entering directory `/home/guillermo/Downloads/x5250-0.5.4'
Making all in src
make[2]: Entering directory `/home/guillermo/Downloads/x5250-0.5.4/src'
gcc -DDATADIR=\"/usr/local/share\" -g -O2 -l5250 -o x5250 alloccolors.o debug.o dialog.o help.o mouse.o key.o resources.o x5250.o x5250term.o -lSM -lICE -lX11 -lXext
x5250.o: In function `check_options':
/home/guillermo/Downloads/x5250-0.5.4/src/x5250.c:1895: undefined reference to `tn5250_config_parse_argv'
/home/guillermo/Downloads/x5250-0.5.4/src/x5250.c:1900: undefined reference to `tn5250_config_get'
/home/guillermo/Downloads/x5250-0.5.4/src/x5250.c:1905: undefined reference to `tn5250_config_get'
/home/guillermo/Downloads/x5250-0.5.4/src/x5250.c:1910: undefined reference to `tn5250_config_get'
x5250.o: In function `paste_text':
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.