public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Bill Huey <billh@burn.ucsd.edu>
To: gcc-help@gnu.org
Subject: libio problems/cross compiler.
Date: Sat, 01 Apr 2000 00:00:00 -0000	[thread overview]
Message-ID: <200001110527.VAA01029@burn.ucsd.edu> (raw)
Message-ID: <20000401000000.eef8T_Qps6jNpeDp1QtVc2q0gLl5JbtvHS3ZP7rHMRM@z> (raw)

Hello,

What's up with this and where am I blow it, whatever. ;-)

=========================

make[2]: Entering directory `/u2/egcs/egcs-build/powerpc-unknown-linux-gnu/libio'
if [ x"no" = xyes ] && [ ! -d pic ]; then \
  mkdir pic; \
  else true; fi
  touch stamp-picdir
  test x"no" != xyes ||\
    /maxtor/egcs/egcs-build/gcc/xgcc -B/maxtor/egcs/egcs-build/gcc/ -B/maxtor/powerpc-tools-bin/powerpc-unknown-linux-gnu/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -I. -I../../../egcs/libio -D_IO_MTSAFE_IO  ../../../egcs/libio/iogetline.c -o pic/iogetline.o
    /maxtor/egcs/egcs-build/gcc/xgcc -B/maxtor/egcs/egcs-build/gcc/ -B/maxtor/powerpc-tools-bin/powerpc-unknown-linux-gnu/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -I. -I../../../egcs/libio -D_IO_MTSAFE_IO ../../../egcs/libio/iogetline.c
    In file included from ../../../egcs/libio/iolibio.h:1,
                     from ../../../egcs/libio/libioP.h:47,
                     from ../../../egcs/libio/iogetline.c:26:
		          ../../../egcs/libio/libio.h:30: _G_config.h: No such file or directory
make[2]: *** [iogetline.o] Error 1
make[2]: Leaving directory `/u2/egcs/egcs-build/powerpc-unknown-linux-gnu/libio'
make[1]: *** [all-target-libio] Error 2
make[1]: Leaving directory `/u2/egcs/egcs-build'
make: *** [cross] Error 2

=========================
"Build Script"

#!/bin/csh

set rel         = /maxtor/powerpc-tools-bin/powerpc-unknown-linux-gnu
set host        = i586-pc-linux-gnu
set target      = powerpc-unknown-linux-gnu
set treeroot    = /maxtor/egcs/

set dirs        = egcs-build
set module      = egcs
set additional_args = "--with-newlib=yes --with-headers=/maxtor/egcs/newlib-1.8.2/newlib/libc/include --enable-languages=c++"

if (-d $dirs) then
else
        mkdir   $dirs
endif

cd      $dirs; pwd

echo sh ../$module/configure --target=$target --prefix=$rel --verbose $additional_args
sh      ../$module/configure --target=$target --prefix=$rel --verbose $additional_args

set path=($path $rel/bin); rehash

make cross

bill

             reply	other threads:[~2000-04-01  0:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-01-10 21:27 Bill Huey [this message]
2000-04-01  0:00 ` Bill Huey

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200001110527.VAA01029@burn.ucsd.edu \
    --to=billh@burn.ucsd.edu \
    --cc=gcc-help@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).