[PATCH] Fix !SHORT_STRINGS build and some warnings
H.Merijn Brand
h.m.brand at xs4all.nl
Wed Feb 15 15:03:59 EET 2006
On Tue, 14 Feb 2006 09:11:53 -0500, christos at zoulas.com (Christos Zoulas)
wrote:
> On Feb 14, 3:38am, mitr at volny.cz (Miloslav Trmac) wrote:
> -- Subject: Re: [PATCH] Fix !SHORT_STRINGS build and some warnings
>
> | Miloslav Trmac wrote:
> | > Nevertheless, the attached patch:
> | http://people.redhat.com/mitr/tcsh/nonwide.patch
> | I'm sorry about the spam, I think I have learned the lesson now.
> | Mirek
>
>
> Hello,
>
> ftp://ftp.astron.com/pri/tcsh-6.14.04.tar.gz
AIX 4.3.3
configure --prefix=/pro --disable-nls
grep 'ERR_' ./sh.err.c | grep '^#define' >> sh.err.h
cc -E -I. -I. -D_PATH_TCSHELL='"/pro/bin/tcsh"' -D_h_tc_const\
./tc.const.c | \
sed -n -e 's/^\(Char STR[a-zA-Z0-9_]*\) *\[ *\].*/extern \1[];/p' | \
sort >> tc.const.h
cc -c -O2 -qmaxmem=-1 -I/pro/local/include -I/usr/local/include -I/usr/X11R6/include -I. -I. -D_PATH_TCSHELL='"/pro/bin/tcsh"' sh.c
"sh.h", line 563.17: 1506-112 (W) Duplicate type qualifier "volatile" ignored.
cc -c -O2 -qmaxmem=-1 -I/pro/local/include -I/usr/local/include -I/usr/X11R6/include -I. -I. -D_PATH_TCSHELL='"/pro/bin/tcsh"' sh.dir.c
"sh.h", line 563.17: 1506-112 (W) Duplicate type qualifier "volatile" ignored.
:
:
cc -o tcsh -s -L/pro/local/lib -L/usr/local/lib -L/usr/X11R6/lib -O2 -qmaxmem=-1 -I/pro/local/include -I/usr/local/include -I/usr/X11R6/include -I. -I. sh.o sh.dir.o sh.dol.o sh.err.o sh.exec.o sh.char.o sh.exp.o sh.file.o sh.func.o sh.glob.o sh.hist.o sh.init.o sh.lex.o sh.misc.o sh.parse.o sh.print.o sh.proc.o sh.sem.o sh.set.o sh.time.o glob.o mi.termios.o ma.setp.o vms.termcap.o tw.help.o tw.init.o tw.parse.o tw.spell.o tw.comp.o tw.color.o ed.chared.o ed.refresh.o ed.screen.o ed.init.o ed.inputl.o ed.defns.o ed.xmap.o ed.term.o tc.alloc.o tc.bind.o tc.const.o tc.defs.o tc.disc.o tc.func.o tc.nls.o tc.os.o tc.printf.o tc.prompt.o tc.sched.o tc.sig.o tc.str.o tc.vers.o tc.who.o -liconv -ltermcap
i2:/pro/3gl/LINUX/tcsh-6.14.04 109 > ./tcsh
i2:/pro/3gl/LINUX/tcsh-6.14.04 101 > set | grep vers
version tcsh 6.14.04 (Astron) 2006-02-14 (rs6000-ibm-aix) options 8b,nls,vi,kan,rh,color,dspm,ccat,filec,procura
i2:/pro/3gl/LINUX/tcsh-6.14.04 102 >
--
H.Merijn Brand Amsterdam Perl Mongers (http://amsterdam.pm.org/)
using & porting perl 5.6.2, 5.8.x, 5.9.x on HP-UX 10.20, 11.00, 11.11,
& 11.23, SuSE 10.0, AIX 4.3 & 5.2, and Cygwin. http://qa.perl.org
http://mirrors.develooper.com/hpux/ http://www.test-smoke.org
http://www.goldmark.org/jeff/stupid-disclaimers/
More information about the Tcsh
mailing list