[GRASSLIST:1111] Re: compiling cvs source tree

First of all sorry, if my mails cause problems at the grasslist server. I've
been having trouble configuring my mail system correctly, but I think (hope)
I'm getting there...

I'm sending you the results that I get on my work computer. It's the same
system (Debian Potato) and the same CVS-source, so it should be identical (it
gives me the same error message at least :wink: )
Tell me what kind of guest access you need and I'll send you the address.

./configure:
---------------------------------------
loading cache ./config.cache
checking host system type... i686-linux-elf
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
------------------------------------------

ls -la src/CMD/head/ :
-----------------------------------------------
total 28
drwxr-sr-x 4 mlennert privileg 4096 Nov 13 11:46 .
drwxr-sr-x 9 mlennert privileg 4096 Nov 13 11:42 ..
drwxr-sr-x 2 mlennert privileg 4096 Nov 6 18:22 CVS
-rw-r--r-- 1 mlennert privileg 63 Jul 13 14:59 README
-rw-r--r-- 1 root privileg 1986 Nov 13 11:46 head
-rw-r--r-- 1 mlennert privileg 2080 Nov 6 18:22 head.in
drwxr-sr-x 3 mlennert privileg 4096 Oct 24 19:09 os_specific
------------------------------------------------

grep head Makefile:
------------------------------------------------------
VERSION= `cat src/CMD/VERSION | head -1`
NAME_VER= `cat src/CMD/VERSION | head -1 | sed 's/\..*//'`
CUTLINE= `grep -n '1999-12-29 16:12' ChangeLog |cut -d':' -f1 |
head -1`
# directories, head file, configure files, and Makefile - good
        ${SHELL} -c "rm -f src/CMD/head/head 2>/dev/null ;
true"
        head -${CUTLINE} ChangeLog > ChangeLog.cut
----------------------------------------------------------------

On Sun, Nov 12, 2000 at 09:12:19PM +0100, Moritz Lennert wrote:
> uname -a :
>
> Linux bonheur 2.2.17 #1 Sun Jun 25 09:24:41 EST 2000 i586 unknown
that's o.k..

Mhh, please send the result of:
configure

to me. I get:
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
[...]

I am interested in "checking host system type".

Then please say:
ls -la src/CMD/head/
and send it to me.

And the result of
grep head Makefile

Then I have another chance to analyse. Or is your machine online?
May I enter it by a guest account?

Markus