Re: Quoting ${CC} expansion in libiberty Makefile

2016-01-19 Thread Stuart Henderson
On 2016-01-18, Andreas Kusalananda Kähäri <andreas.kah...@icm.uu.se> wrote: > Hi, > > I tried running the base system build with CC="ccache cc" and it broke > while compiling libiberty due to an unquoted expansion of ${CC} in the > Makefile ("${MAKE} ${GNUCFLAGS

Quoting ${CC} expansion in libiberty Makefile

2016-01-18 Thread Andreas Kusalananda Kähäri
Hi, I tried running the base system build with CC="ccache cc" and it broke while compiling libiberty due to an unquoted expansion of ${CC} in the Makefile ("${MAKE} ${GNUCFLAGS} CC=${CC} needed-list"). I know I won't save much time by using ccache since the compiler is rebuil

Re: libiberty

2010-06-07 Thread Gregory Edigarov
-pipe -g -DHAVE_CONFIG_H -I/usr/src/gnu/lib/libiberty/src -I/usr/src/gnu/lib/libiberty/include -I/usr/src/gnu/lib/libiberty/obj -c /usr/src/gnu/lib/libiberty/src/hex.c -o hex.o /usr/src/gnu/lib/libiberty/src/hex.c:22: error: conflicting types for '_hex_value' /usr/src/gnu/lib/libiberty/include

Re: libiberty

2010-06-07 Thread Gregory Edigarov
/src make obj cd /usr/src/etc env DESTDIR=/ make distrib-dirs cd /usr/src make build # sh build this is # sh build.sh of course... but the rest of the question stays :-( [skip many strings] cc -O2 -pipe -g -DHAVE_CONFIG_H -I/usr/src/gnu/lib/libiberty/src -I/usr/src/gnu/lib/libiberty

Re: libiberty

2010-06-07 Thread J.C. Roberts
On Mon, 7 Jun 2010 12:57:06 +0300 Gregory Edigarov g...@bestnet.kharkov.ua wrote: no excuse, you say well... # cat /root/build.sh rm -rf /usr/obj/* rm -rf /usr/include/g++/* cd /usr/src make obj cd /usr/src/etc env DESTDIR=/ make distrib-dirs cd /usr/src make build # sh build

libiberty

2010-06-05 Thread Gregory Edigarov
Hello, I know this is a FAQ, and perhaps I'll be blamed for asking it again... cc -O2 -pipe -g -DHAVE_CONFIG_H -I/usr/src/gnu/lib/libiberty/src -I/usr/src/gnu/lib/libiberty/include -I/usr/src/gnu/lib/libiberty/obj -c /usr/src/gnu/lib/libiberty/src/hex.c -o hex.o /usr/src/gnu/lib/libiberty/src

Re: libiberty

2010-06-05 Thread J.C. Roberts
On Sat, 5 Jun 2010 13:25:26 +0300 Gregory Edigarov g...@bestnet.kharkov.ua wrote: Stop in /usr/src/gnu/lib/libiberty (line 92 of /usr/share/mk/sys.mk). # uname -a OpenBSD edigarov.sa.net.ua 4.7 GENERIC#16 amd64 This happen while i am trying to build from sources. The system is the latest

Re: OpenBSD 4.4-beta compile error in /usr/src/gnu/lib/libiberty

2008-07-29 Thread Bernard Parinas
On Sun, Jul 27, 2008 at 7:29 AM, Stuart Henderson [EMAIL PROTECTED]wrote: On 2008-07-26, Bernard Parinas [EMAIL PROTECTED] wrote: I'm having a problem building the userland. Compiling libc and libm was successful but not the libiberty. Use a snapshot. Hi Stuart, It works as expected

OpenBSD 4.4-beta compile error in /usr/src/gnu/lib/libiberty

2008-07-26 Thread Bernard Parinas
Greetings, I'm having a problem building the userland. Compiling libc and libm was successful but not the libiberty. http://www.openbsd.org/faq/current.html - 2008/07/24 - changes in libc and libm Following -current I got this error: */usr/src/gnu/lib/libiberty/src/getpwd.c: In function

Re: OpenBSD 4.4-beta compile error in /usr/src/gnu/lib/libiberty

2008-07-26 Thread Stuart Henderson
On 2008-07-26, Bernard Parinas [EMAIL PROTECTED] wrote: I'm having a problem building the userland. Compiling libc and libm was successful but not the libiberty. Use a snapshot.