public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* ./libtool: line 1514: cd: ../libiberty/pic: No such file or directory
@ 2004-12-10 11:11 Christian Joensson
       [not found] ` <200412082011.iB8KB9D29368@makai.watson.ibm.com>
  0 siblings, 1 reply; 3+ messages in thread
From: Christian Joensson @ 2004-12-10 11:11 UTC (permalink / raw)
  To: binutils

Fedora Core release Rawhide (Rawhide) ia32 pentium III dual i686:

binutils-2.15.92.0.2-6
bison-1.875c-2
dejagnu-1.4.4-3
expect-5.42.1-2
gcc-3.4.3-7
gcc4-4.0.0-0.14
glibc-2.3.3-89
glibc-headers-2.3.3-89
glibc-kernheaders-2.4-9.1.87
kernel-2.6.9-1.1021_FC4
kernel-smp-2.6.9-1.1021_FC4
tcl-8.4.8-1

LAST_UPDATED: Fri Dec 10 09:33:14 UTC 2004

When I try to build binutils cvs source as of the above date, I get this 
problem:

echo $f > tofiles
/bin/sh /usr/local/src/trunk/src/bfd/../move-if-change tofiles ofiles
touch stamp-ofiles
/bin/sh ./libtool --mode=link gcc4 -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -g -O2   -o libbfd.la -rpath /usr/local/lib 
-release 2.15.94  archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo 
cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo opncls.lo 
reloc.lo section.lo syms.lo targets.lo hash.lo linker.lo srec.lo 
binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo merge.lo dwarf2.lo 
simple.lo archive64.lo `cat ofiles` -L../libiberty/pic -liberty
./libtool: line 1514: cd: ../libiberty/pic: No such file or directory
libtool: link: cannot determine absolute directory name of 
`../libiberty/pic'
make[3]: *** [libbfd.la] Error 1
make[3]: Leaving directory `/usr/local/src/trunk/objdir-binutils32/bfd'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/trunk/objdir-binutils32/bfd'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/local/src/trunk/objdir-binutils32/bfd'
make: *** [all-bfd] Error 2

Anyone else seen this?

Cheers,

/ChJ

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ./libtool: line 1514: cd: ../libiberty/pic: No such file or directory
       [not found] ` <200412082011.iB8KB9D29368@makai.watson.ibm.com>
@ 2004-12-12 15:43   ` Andreas Schwab
  2004-12-12 15:49     ` Christian Joensson
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Schwab @ 2004-12-12 15:43 UTC (permalink / raw)
  To: binutils; +Cc: David Edelsohn, gcc-patches

Christian Joensson <christian@j-son.org> writes:

> When I try to build binutils cvs source as of the above date, I get this 
> problem:
>
> echo $f > tofiles
> /bin/sh /usr/local/src/trunk/src/bfd/../move-if-change tofiles ofiles
> touch stamp-ofiles
> /bin/sh ./libtool --mode=link gcc4 -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2   -o libbfd.la -rpath /usr/local/lib 
> -release 2.15.94  archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo 
> cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo opncls.lo 
> reloc.lo section.lo syms.lo targets.lo hash.lo linker.lo srec.lo 
> binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo merge.lo dwarf2.lo 
> simple.lo archive64.lo `cat ofiles` -L../libiberty/pic -liberty
> ./libtool: line 1514: cd: ../libiberty/pic: No such file or directory
> libtool: link: cannot determine absolute directory name of 
> `../libiberty/pic'
> make[3]: *** [libbfd.la] Error 1
> make[3]: Leaving directory `/usr/local/src/trunk/objdir-binutils32/bfd'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/usr/local/src/trunk/objdir-binutils32/bfd'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/usr/local/src/trunk/objdir-binutils32/bfd'
> make: *** [all-bfd] Error 2
>
> Anyone else seen this?

This is due to this patch:
<http://gcc.gnu.org/ml/gcc-patches/2004-12/msg00623.html>.  The problem is
that nothing sets PICFLAG at toplevel.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ./libtool: line 1514: cd: ../libiberty/pic: No such file or directory
  2004-12-12 15:43   ` Andreas Schwab
@ 2004-12-12 15:49     ` Christian Joensson
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Joensson @ 2004-12-12 15:49 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: binutils, David Edelsohn, gcc-patches

On Sun, Dec 12, 2004 at 04:43:38PM +0100, Andreas Schwab wrote:
> Christian Joensson <christian@j-son.org> writes:
> > Anyone else seen this?
> 
> This is due to this patch:
> <http://gcc.gnu.org/ml/gcc-patches/2004-12/msg00623.html>.  The problem is
> that nothing sets PICFLAG at toplevel.

ok, so, what should be done then?

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-12-12 15:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-10 11:11 ./libtool: line 1514: cd: ../libiberty/pic: No such file or directory Christian Joensson
     [not found] ` <200412082011.iB8KB9D29368@makai.watson.ibm.com>
2004-12-12 15:43   ` Andreas Schwab
2004-12-12 15:49     ` Christian Joensson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).