bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: No rule to make target @ make install


From: Mark Weel
Subject: Re: No rule to make target @ make install
Date: Fri, 07 Dec 2001 16:34:39 +0100

From: Andreas Jaeger <address@hidden>
To: Mark Weel <address@hidden>
CC: address@hidden
Subject: Re: No rule to make target @ make install
Date: Fri, 07 Dec 2001 14:34:07 +0100

Mark Weel <address@hidden> writes:

> Dear all,
>
> I am cross-compiling glibc-2.2.4 for powerpc-linux on a
> sparc-sun-solaris.

Please tell us first what exactly you have done.  Which commands did
you issue?

You need to run make first - and when it succeeds, you can type make
install,

What I did is the following:

change #!/bin/sh in ./configure to /opt/exp/bin/bash

CONFIG_SHELL=/opt/exp/bin/bash CPP=/home/mweel/powerpc-linux/host/sparc-sun-solaris/bin/cpp CC=powerpc-linux-gcc AR=powerpc-linux-ar RANLIB=powerpc-linux-ranlib ../glibc-2.2.4/configure --host=powerpc-linux --enable-add-ons --with-headers=/home/mweel/powerpc-linux/include --prefix=/home/mweel/powerpc-linux --with-fp=no --build=sparc-sun-solaris --with-gnu-ld




ulimit -n 1024

gnu/lib-names.h is not automatically generated properly, so I
did it manually:

#define LIBNSS_FILES_SO "libnss_files.so.2"
#define LIBC_SO         "libc.so.6"
#define LIBM_SO         "libm.so.6"
#define LD_SO           "ld-linux.so.2"
#define LIBPTHREAD_SO   "libpthread.so.0"

Some header files could not be found, so I made some links.
sysdeps/powerpc/bits/fenv.h -> ../fpu/bits/fenv.h
sysdeps/powerpc/fenv_const.c -> fpu/fenv_const.c
sysdeps/powerpc/fenv_libc.h -> fpu/fenv_libc.h


$ /opt/exptools/gnu/bin/make --version
GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
Built for sparc-sun-solaris2

make (succeeds)
make install

When I use GNU Make version 3.75, make install fails at an earlier
point.


Thanks in advance.

Regards, Mark



_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




reply via email to

[Prev in Thread] Current Thread [Next in Thread]