[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: stepmake in lilypond
From: |
David Kastrup |
Subject: |
Re: stepmake in lilypond |
Date: |
Fri, 18 Dec 2015 09:31:56 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) |
Villum Sejersen <address@hidden> writes:
> If it did any difference to my system I would be glad, but that is
> apparently /*not*/ the case!
>
> address@hidden:/usr/local/src/lilypond# ./autogen.sh --noconfigure
> processing .
> Running autoconf ...
> Skipping configure process.
>
> address@hidden:/usr/local/src/lilypond# ./configure
> checking build system type... x86_64-unknown-linux-gnu
> checking host system type... x86_64-unknown-linux-gnu
> checking Package... LILYPOND
> checking builddir... /usr/local/src/lilypond
> checking for stepmake... ./stepmake (${datarootdir}/stepmake not found)
> checking for gmake... no
> checking for make... make
> checking for find... find
> checking for tar... tar
> checking for bash... /bin/bash
> checking for python... python
> checking python version... 2.7.11
> checking for python... /usr/bin/python
> checking for gcc... gcc
> checking whether the C compiler works... no
> configure: error: in `/usr/local/src/lilypond':
> configure: error: C compiler cannot create executables
> See `config.log' for more details - (attached)
Uh, did you actually _bother_ reading the error message before posting
it? It definitely made a difference. You got further. I suggest
fixing the other problems in your build environment now:
configure:3874: checking whether the C compiler works
configure:3896: gcc conftest.c >&5
conftest.c:9:0: warning: "PACKAGE_NAME" redefined
#define PACKAGE_NAME "LilyPond"
^
conftest.c:2:0: note: this is the location of the previous definition
#define PACKAGE_NAME ""
^
/usr/bin/ld:
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o: unrecognized
relocation (0x2a) in section `.init'
/usr/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status
configure:3900: $? = 1
configure:3938: result: no
You mangled your gcc installation to a degree where compiling and
linking a C binary without any options has become impossible.
>> Nope. What parts of stepmake LilyPond needs are included in LilyPond
>> itself.
>
> Well, that's good to know, but where is it documented?
Documenting all non-dependencies would be excessive.
--
David Kastrup