Re: C compiler x86_64-rumprun-netbsd-gcc is not found

  • From: Antti Kantee <pooka@xxxxxx>
  • To: rumpkernel-users@xxxxxxxxxxxxx
  • Date: Thu, 23 Jul 2015 14:08:11 +0000

On 23/07/15 13:37, Andrew Stuart wrote:

I’m trying to compile nginx and I seem to be doing something wrong. As you can see
from below, I have the rumprun app-tools on my path, a “which” says it can find
x86_64-rumprun-netbsd-gcc, the config.mk has what I think is the correct tuple in
it. make however says: "./configure: error: C compiler
x86_64-rumprun-netbsd-gcc is not found”

Any suggestions appreciated.

See command output here:

ubuntu@ip-10-0-0-125:~/rumprun-packages/nginx$ env | grep PATH
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/ubuntu/rumprun/app-tools:/home/ubuntu/rumprun/app-tools



ubuntu@ip-10-0-0-125:~/rumprun-packages/nginx$ which x86_64-rumprun-netbsd-gcc
/home/ubuntu/rumprun/app-tools/x86_64-rumprun-netbsd-gcc

Hmm.

Did you copy files around after ./build-rr.sh?

Can you manually build something (just hello world is fine) with x86_64-rumprun-netbsd-gcc?

Does nginx/build/objs/autoconf.err provide any further hints as to what went wrong?

Other related posts: