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: Andreas Jaeger
Subject: Re: No rule to make target @ make install
Date: Fri, 07 Dec 2001 17:53:28 +0100
User-agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.4 (Artificial Intelligence, i386-suse-linux)

"Mark Weel" <address@hidden> writes:

>>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:

Your sed/awk are broken.


> #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"

That is not complete!

> 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

--with-fp=no is not completly supported

Sorry, I have no idea why your compilation fails.  It might be related
to your crosscompilation from sparc.  You have to investigate yourself
why those files are not there,

Andreas
-- 
 Andreas Jaeger
  SuSE Labs address@hidden
   private address@hidden
    http://www.suse.de/~aj



reply via email to

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