[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] Building problems (NetBSD)
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] Building problems (NetBSD) |
Date: |
Sat, 21 Jan 2012 13:40:44 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
Christoph Schlegel <address@hidden> writes:
> Hi!
>
> Building gm2 I ran into this problem:
>
> makeinfo --split-size=5000000 --split-size=5000000
> -I/home/crale/gm2build/gcc/gm2 -o /home/crale/gm2build/gcc/gm2/gm2.info
> ../../gcc-4.1.2+gm2-cvs-latest/gcc/gm2/gm2.texi
> cd gm2/man ; make gm2.1
> make: don't know how to make w. Stop
>
> make: stopped in /home/crale/gm2build/gcc/gm2/man
> gmake[2]: *** [gm2.man] Error 2
>
> There is no more information. Any idea how I could solve this or get more
> information on the error?
>
> C.
Hi Christoph,
how odd - the build on my debian squeeze system produces:
make[3]: Leaving directory `/home/gaius/GM2/virgin-test/build-4.1.2/gcc'
echo timestamp > stmp-multilib
cd gm2/man ; make gm2.1
make[3]: Entering directory
`/home/gaius/GM2/virgin-test/build-4.1.2/gcc/gm2/man'
make[3]: Leaving directory `/home/gaius/GM2/virgin-test/build-4.1.2/gcc/gm2/man'
cp gm2/man/gm2.1 gm2.man
make[2]: Leaving directory `/home/gaius/GM2/virgin-test/build-4.1.2/gcc'
Checking multilib configuration...
/bin/bash ../gcc-4.1.2+gm2-cvs-latest/mkinstalldirs
x86_64-unknown-linux-gnu/libstdc++-v3 ; \
rm -f x86_64-unknown-linux-gnu/libstdc++-v3/Makefile || : ; \
cp multilib.out x86_64-unknown-linux-gnu/libstdc++-v3/multilib.out
are you invoking a particular rule or just the default 'make'. Do you
see the cd gm2/man ; make gm2.1 appear during your build sequence?
regards,
Gaius