From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <20040321061253.20693.qmail@g.galapagos.bx.psu.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] acme, rio workalike available in plan 9 ports In-reply-to: <4d43cc4cfdcc.4cfdcc4d43cc@cwru.edu> References: <4d43cc4cfdcc.4cfdcc4d43cc@cwru.edu> From: Scott Schwartz Date: Sun, 21 Mar 2004 01:12:53 -0500 Topicbox-Message-UUID: 3bc73ce0-eacd-11e9-9e20-41e7f4b1d025 Thanks Russ! On linux/x86, gcc wants LL for the uvlong constants in nan64.c. Acme fails to build (but mk doesn't stop): 9l -o o.acme acme.o addr.o buff.o cols.o disk.o ecmd.o edit.o elog.o exec.o file.o fsys.o look.o regx.o rows.o scrl.o text.o time.o util.o wind.o xfid.o ../../../lib/libcomplete.a ../../../lib/libplumb.a ../../../lib/libfs.a ../../../lib/libmux.a ../../../lib/libthread.a ../../../lib/libframe.a ../../../lib/libdraw.a ../../../lib/libbio.a ../../../lib/lib9.a -L/usr/X11R6/lib -lX11 look.o(.text+0x29): In function `plumbproc': /home/schwartz/plan9/src/cmd/acme/look.c:33: undefined reference to `plumbrecvfid' look.o(.text+0x77): In function `startplumbing': /home/schwartz/plan9/src/cmd/acme/look.c:43: undefined reference to `plumbopenfid' look.o(.text+0xaa):/home/schwartz/plan9/src/cmd/acme/look.c:50: undefined reference to `plumbopenfid' look.o(.text+0x72e): In function `look3': /home/schwartz/plan9/src/cmd/acme/look.c:159: undefined reference to `plumbsendtofid' collect2: ld returned 1 exit status mk: 9l -o o.acme ... : exit status=exit(1) In 9term (and maybe other places) it would be nicer if it wouldn't abort if the plumber isn't running.