[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Re : apt-get build-dep gnumach did not install mig
From: |
Samuel Thibault |
Subject: |
Re: Re : apt-get build-dep gnumach did not install mig |
Date: |
Tue, 9 Feb 2021 18:47:49 +0100 |
User-agent: |
NeoMutt/20170609 (1.8.3) |
Paul Dufresne, le mar. 09 févr. 2021 12:29:11 -0500, a ecrit:
> I think I figure out part of what the problem was.
> As I had used:
> https://www.gnu.org/software/hurd/microkernel/mach/gnumach/building.html
> which use:
> $ CPP='gcc -m32 -E -x c -undef -ansi' CC='gcc -m32' LD='ld -melf_i386'
> ../configure --prefix= --host=i686-unknown-linux-gnu
? I updated the page, perhaps you need to refresh the page.
> then:
> $ make DESTDIR=~/gnu install-data
> I believe there it installed 64 bit headers in ~/gnu... frankly did not look
> to them to know.
The headers do not depend on the bitness. See the commands used: mkdir,
install-sh only, so they only copy the files from the git, that's all.
> /bin/bash: no: command not found
> make: *** [Makefile:9382: vm/memory_object_user.user.h] Error 127
> paul@jacko:~/mymach/gnumach/build$
>
> paul@jacko:~/mymach/gnumach/build$ whereis bash
> bash: /usr/bin/bash /etc/bash.bashrc /usr/share/man/man1/bash.1.gz
It's not looking for bash. It's bash which is looking for "no". See the
configure log, it told you that it didn't find mig.
Samuel
- My newly compiled Mach hang on start ext2fs:, Paul Dufresne, 2021/02/08
- Re : My newly compiled Mach hang on start ext2fs:, Paul Dufresne, 2021/02/08
- Re : My newly compiled Mach hang on start ext2fs:, Paul Dufresne, 2021/02/08
- Re : apt-get build-dep gnumach did not install mig, Paul Dufresne, 2021/02/09
- Re: Re : apt-get build-dep gnumach did not install mig, Samuel Thibault, 2021/02/09
- Re: Re : apt-get build-dep gnumach did not install mig, Paul Dufresne, 2021/02/09
- Re: Re : apt-get build-dep gnumach did not install mig, Samuel Thibault, 2021/02/09
- Re: Re : apt-get build-dep gnumach did not install mig, Paul Dufresne, 2021/02/09
- Re: Re : apt-get build-dep gnumach did not install mig,
Samuel Thibault <=
- Re: mig/build/lexxer.c:1825: undefined reference to `yywrap', Paul Dufresne, 2021/02/09
- Re: mig/build/lexxer.c:1825: undefined reference to `yywrap', Paul Dufresne, 2021/02/09
- "fatal error: ac_nonexistent.h: No such file or directory" is the expected result, Paul Dufresne, 2021/02/09
- Re: mig/build/lexxer.c:1825: undefined reference to `yywrap', Samuel Thibault, 2021/02/10
- Re: mig/build/lexxer.c:1825: undefined reference to `yywrap', Samuel Thibault, 2021/02/10
- Re: mig/build/lexxer.c:1825: undefined reference to `yywrap', Paul Dufresne, 2021/02/11
- Re: mig/build/lexxer.c:1825: undefined reference to `yywrap', Samuel Thibault, 2021/02/11
Re: My newly compiled Mach hang on start ext2fs:, Samuel Thibault, 2021/02/09