Date: Thu, 27 Sep 2001 15:49:30 -0700 (PDT) From: Luigi Rizzo <rizzo@aciri.org> To: current@freebsd.org Cc: rizzo@aciri.org (Luigi Rizzo), ru@freebsd.org Subject: problem building libncurses... Message-ID: <200109272249.f8RMnUU69713@iguana.aciri.org>
next in thread | raw e-mail | index | archive | help
Hi, not sure if this is a local problem or a more general one. I am trying to build picobsd image using -CURRENT sources on a 4.3 box, a process which i successfully managed to complete multiple times over the past few weeks with the picobsd script. With a freshly downloaded source tree, today I am encountering the following problem while building libraries: cc -o make_keys -nostdinc -I. -I/home/iguana/u0/rizzo/H/src/lib/libncurses -I/home/iguana/u0/rizzo/H/src/lib/libncurses/../../contrib/ncurses/ncurses -I/home/iguana/u0/rizzo/H/src/lib/libncurses/../../contrib/ncurses/include -Wall -DFREEBSD_NATIVE -DNDEBUG -DHAVE_CONFIG_H -DTERMIOS -I/home/iguana/u0/rizzo/H/src/usr/include /home/iguana/u0/rizzo/H/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/make_keys.c /tmp/ccqoEyz3.o: In function `main': /tmp/ccqoEyz3.o(.text+0x243): undefined reference to `__stdoutp' /tmp/ccqoEyz3.o(.text+0x29c): undefined reference to `__stdoutp' /tmp/ccqoEyz3.o(.text+0x2cc): undefined reference to `__stdoutp' /tmp/ccqoEyz3.o(.text+0x2d2): undefined reference to `__stdinp' /tmp/ccqoEyz3.o(.text+0x2e8): undefined reference to `__stdoutp' *** Error code 1 Apparently, this has to do with the fact that make_keys is being built using new headers, but old libraries (and we cannot use the new ones, we are building them). Any idea on how do i fix this ? cheers luigi ----------------------------------+----------------------------------------- Luigi RIZZO, luigi@iet.unipi.it . ACIRI/ICSI (on leave from Univ. di Pisa) http://www.iet.unipi.it/~luigi/ . 1947 Center St, Berkeley CA 94704 Phone: (510) 666 2927 ----------------------------------+----------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109272249.f8RMnUU69713>