Re: Request help linking runner 3.54 on Linux ES 3

Hassan AKTIR <[email protected]>
Newsgroups gmane.comp.lang.4gl.fourjs.user
Organization Four J's Development Tools
Message-ID <[email protected]>
Hi Mirco,

Please give the following complementary information:

DBS version:
   $ dbaccess -V ?

ESQL version:
   $ esql -V ?

GCC version:
   $ gcc -v ?

The complete command line you used when trying to create the runner ?


Regards,

-- 
_____________________________________________________________
Hassan AKTIR                     European Support Team
MailTo: [email protected]          Phone: +33 (0)3 88 18 61 24

Four J's Development Tools - Genero, It speaks your language
                 http://www.4js.com
_____________________________________________________________


Mirco Tamborra wrote:
> Hi
> I'm trying to link a runner (3.54) on a Red Hat Enterprise Linux ES 
> release 3 (Taroon), but the process fails with the output:
> 
> 
> Errors found while creating the runner, please check the following :
> 
> /w1/practor/f4gl/lib/libf2c.a(r_mydec.o)(.text+0x1569): In function 
> `CvtStruct::picture(LString &, char const *, int)':
> : undefined reference to `__ctype_b'
> /w1/practor/f4gl/lib/libf2c.a(r_mydec.o)(.text+0x15f9): In function 
> `CvtStruct::picture(LString &, char const *, int)':
> : undefined reference to `__ctype_b'
> /w1/practor/f4gl/lib/libf2c.a(r_mydec.o)(.text+0x1689): In function 
> `CvtStruct::picture(LString &, char const *, int)':
> : undefined reference to `__ctype_b'
> /w1/practor/f4gl/lib/libf2c.a(r_mydec.o)(.text+0x1709): In function 
> `CvtStruct::picture(LString &, char const *, int)':
> : undefined reference to `__ctype_b'
> /w1/practor/f4gl/lib/libf2c.a(r_mydec.o)(.text+0x1789): In function 
> `CvtStruct::picture(LString &, char const *, int)':
> : undefined reference to `__ctype_b'
> /w1/practor/f4gl/lib/libf2c.a(r_mydec.o)(.text+0x17fd): more undefined 
> references to `__ctype_b' follow
> /w1/practor/f4gl/lib/libf2c.a(r_date.o)(.text+0x4f4): In function 
> `tmExpandY2toY4(tm *, char, tm const *)':
> : undefined reference to `__ctype_toupper'
> /w1/practor/f4gl/lib/libf2c.a(r_date.o)(.text+0x520): In function 
> `tmExpandY2toY4(tm *, char, tm const *)':
> : undefined reference to `__ctype_toupper'
> /w1/practor/f4gl/lib/libf2c.a(i_base.o)(.text+0x213): In function 
> `Dialog::isUserKey(KeyEvent &)':
> : undefined reference to `__ctype_toupper'
> /w1/practor/f4gl/lib/libf2c.a(i_edit.o)(.text+0x1648): In function 
> `EditF::lfStoreChar(KeyEvent &)':
> : undefined reference to `__ctype_b'
> /w1/practor/f4gl/lib/libf2c.a(i_edit.o)(.text+0x1668): In function 
> `EditF::lfStoreChar(KeyEvent &)':
> : undefined reference to `__ctype_b'
> /w1/practor/f4gl/lib/libf2c.a(i_menu.o)(.text+0xbc): In function 
> `MenuField::isacc(char const *)':
> : undefined reference to `__ctype_toupper'
> /w1/practor/f4gl/lib/libf2c.a(i_onkey.o)(.text+0xd0): In function 
> `Onkey::Onkey(short, short, OnkeyList &)':
> : undefined reference to `__ctype_toupper'
> /w1/practor/f4gl/lib/libf2c.a(MySocket.o)(.text+0x13): In function 
> `isIpv4Address(char const *)':
> : undefined reference to `__ctype_b'
> /w1/practor/f4gl/lib/libf2c.a(r_dtime.o)(.text+0x578): In function 
> `dttok(char const *&)':
> : undefined reference to `__ctype_b'
> /w1/practor/f4gl/lib/libf2c.a(r_dtime.o)(.text+0x59c): In function 
> `dttok(char const *&)':
> : undefined reference to `__ctype_b'
> /w1/practor/f4gl/lib/libf2c.a(r_dtime.o)(.text+0x5e5): In function 
> `dtdigit(char const *&)':
> : undefined reference to `__ctype_b'
> /w1/practor/f4gl/lib/libix914.a(SqlBack.o)(.text+0x20b): In function 
> `wtest(char const *, int &, char const *, int)':
> : undefined reference to `__ctype_tolower'
> /w1/practor/f4gl/lib/libascii.a(MyCharAscii.o)(.text+0x36e): In function 
> `mymbStrCaseCmp(char const *, char const *)':
> : undefined reference to `__ctype_toupper'
> /w1/practor/f4gl/lib/libascii.a(MyCharAscii.o)(.text+0x3df): In function 
> `mymbStrCaseCmp(char const *, char const *)':
> : undefined reference to `__ctype_toupper'
> /w1/practor/f4gl/lib/libascii.a(MyCharAscii.o)(.text+0x41e): In function 
> `mymbStrCaseCmp(char const *, char const *)':
> : undefined reference to `__ctype_toupper'
> /w1/practor/f4gl/lib/libascii.a(MyCharAscii.o)(.text+0x4da): In function 
> `mymbIsDigit(char const *)':
> : undefined reference to `__ctype_b'
> /w1/practor/f4gl/lib/libascii.a(MyCharAscii.o)(.text+0x4fa): In function 
> `mymbIsAlpha(char const *)':
> : undefined reference to `__ctype_b'
> /w1/practor/f4gl/lib/libascii.a(MyCharAscii.o)(.text+0x51a): In function 
> `mymbIsAlnum(char const *)':
> : undefined reference to `__ctype_b'
> /w1/practor/f4gl/lib/libascii.a(MyCharAscii.o)(.text+0x536): In function 
> `mymbIsSpace(char const *)':
> : undefined reference to `__ctype_b'
> /w1/practor/f4gl/lib/libascii.a(MyCharAscii.o)(.text+0x5e3): In function 
> `mymbUpShift(char *)':
> : undefined reference to `__ctype_toupper'
> /w1/practor/f4gl/lib/libascii.a(MyCharAscii.o)(.text+0x627): In function 
> `mymbDownShift(char *)':
> : undefined reference to `__ctype_tolower'
> /w1/practor/f4gl/lib/libascii.a(strDate.o)(.text+0x779): In function 
> `strToDate(StringRef const &, int *, char const *, char)':
> : undefined reference to `__ctype_b'
> collect2: ld returned 1 exit status
> 
> 
> fglmkrun error: Could not create the runner 'fglrungen'.
> 
> The Environment is:
> 
> A=/w1/practor/unload_db/unload
> B=/w1/practor/f4gl
> HOSTNAME=brentalin
> PVM_RSH=/usr/bin/rsh
> TERM=vt220
> SHELL=/bin/sh
> HISTSIZE=1000
> INFORMIXDIR=/w1/informix
> OLDPWD=/w1/practor
> QTDIR=/usr/lib/qt-3.1
> USER=informix
> LD_LIBRARY_PATH=/w1/informix/lib:/w1/informix/lib/esql:/w1/informix/lib:/w1/informix/lib/c++:/w1/informix/lib/cli:/w1/informix/lib/client:/w1/informix/lib/csm:/w1/informix/lib/dmi:/w1/informix/lib/esql:/w1/informix/lib/lib-7x:/w1/informix/lib:/w1/practor/f4gl/bin:/w1/informix/lib:/w1/informix/lib/c++:/w1/informix/lib/cli:/w1/informix/lib/client:/w1/informix/lib/csm:/w1/informix/lib/dmi:/w1/informix/lib/esql:/w1/informix/lib/lib-7x:/w1/practor/f4gl/bin:/w1/informix/lib:/w1/informix/lib/c++:/w1/informix/lib/cli:/w1/informix/lib/client:/w1/informix/lib/csm:/w1/informix/lib/dmi:/w1/informix/lib/esql:/w1/informix/lib/lib-7x:
> LS_COLORS=
> PVM_ROOT=/usr/share/pvm3
> ONCONFIG=onconfig.ol_brenta
> DBDATE=DMY4/
> PATH=/w1/practor/f4gl/bin:/w1/informix/bin:/w1/practor/f4gl/bin:/w1/practor/f4gl/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/bin:/usr/bin:/usr/local/bin:/usr/bin/X11:/usr/X11R6/bin:/home/informix/bin:/w1/informix/bin
> MAIL=/var/spool/mail/informix
> PWD=/w1/practor/f4gl
> INPUTRC=/etc/inputrc
> LANG=it_IT.UTF-8
> LAMHELPFILE=/etc/lam/lam-helpfile
> SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
> FGLDBS=ix410
> FGLCC=gcc
> HOME=/root
> SHLVL=2
> INFORMIXSERVER=ol_brenta
> TAPE=/dev/st0
> FGLLIBSYS=-lc -ldl -lcrypt -lm
> LOGNAME=informix
> FGLLIBSQL=/w1/informix/lib/esql/libifos.a 
> /w1/informix/lib/esql/libifgen.a /w1/informix/lib/esql/libifsql.a 
> /w1/informix/lib/libifasf.a /w1/informix/lib/esql/libifos.a 
> /w1/informix/lib/esql/libifgen.a /w1/informix/lib/esql/libifsql.a 
> /w1/informix/lib/esql/libifgls.a /w1/informix/lib/esql/libifglx.a
> FGLGUI=1
> LESSOPEN=|/usr/bin/lesspipe.sh %s
> FGLDIR=/w1/practor/f4gl
> G_BROKEN_FILENAMES=1
> _=/bin/env
> 
> The output of uname -a is:
> 
> Linux brentalin 2.4.21-4.ELsmp #1 SMP Fri Oct 3 17:31:21 EDT 2003 i686 
> athlon i386 GNU/Linux
> 
> The glibc package installed are:
> 
> glibc-2.3.2-95.3
> glibc-profile-2.3.2-95.3
> glibc-headers-2.3.2-95.3
> compat-glibc-7.x-2.2.4.32.5
> glibc-common-2.3.2-95.3
> glibc-kernheaders-2.4-8.34
> glibc-utils-2.3.2-95.3
> glibc-devel-2.3.2-95.3
> 
> 
> Can anyone hel me?
> 
> thenk you
> 
> -- 
> 
> 
> dott. Mirco Tamborra
> 
> SMC COMPUTERS S.r.l.
> Via Roma, 4/D
> 31020 Lancenigo di Villorba (TV) - ITALY
> 
> /E-mail: //[email protected] <mailto:[email protected]>//
> Web: <//http://www.smc.it///>
> Tel. //+39(0)422-9125
> Fax. +39(0)422-912800
> 
> ///
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.