Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Compiling in Linux
#24
Code:
make[2]: Entering directory `/root/egcs-1.1.2/i586-pc-linux-gnubio'
if [ x"no" = xyes ] && [ ! -d pic ]; then \
 mkdir pic; \
else true; fi
touch stamp-picdir
test x"no" != xyes ||\
 /root/egcs-1.1.2/gcc/xgcc -B/root/egcs-1.1.2/gcc/ -c -g -O2 -I. -I. -D_IO_MTSAFE_IO  iogetline.c -o pic/iogetline.o
/root/egcs-1.1.2/gcc/xgcc -B/root/egcs-1.1.2/gcc/ -c -g -O2 -I. -I. -D_IO_MTSAFE_IO iogetline.c
rm -rf libio.a
ar rc libio.a iogetline.o
ranlib libio.a
test x"no" != xyes || \
 /root/egcs-1.1.2/gcc/xgcc -B/root/egcs-1.1.2/gcc/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO  builtinbuf.cc -o pic/builtinbuf.o
/root/egcs-1.1.2/gcc/xgcc -B/root/egcs-1.1.2/gcc/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO builtinbuf.cc
test x"no" != xyes || \
 /root/egcs-1.1.2/gcc/xgcc -B/root/egcs-1.1.2/gcc/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO  filebuf.cc -o pic/filebuf.o
/root/egcs-1.1.2/gcc/xgcc -B/root/egcs-1.1.2/gcc/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO filebuf.cc
test x"no" != xyes || \
 /root/egcs-1.1.2/gcc/xgcc -B/root/egcs-1.1.2/gcc/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO  fstream.cc -o pic/fstream.o
/root/egcs-1.1.2/gcc/xgcc -B/root/egcs-1.1.2/gcc/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO fstream.cc
test x"no" != xyes || \
 /root/egcs-1.1.2/gcc/xgcc -B/root/egcs-1.1.2/gcc/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO  indstream.cc -o pic/indstream.o
/root/egcs-1.1.2/gcc/xgcc -B/root/egcs-1.1.2/gcc/ -c -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I. -nostdinc++ -D_IO_MTSAFE_IO indstream.cc
indstream.cc: In method `struct streampos indirectbuf::seekoff(streamoff, enum _seek_dir, int = 3)':
indstream.cc:82: `struct streampos' used where a `int' was expected
indstream.cc:85: `struct streampos' used where a `int' was expected
indstream.cc:87: `struct streampos' used where a `int' was expected
indstream.cc:89: conversion from `int' to non-scalar type `streampos' requested
indstream.cc: In method `struct streampos indirectbuf::seekpos(struct streampos, int = 3)':
indstream.cc:99: `struct streampos' used where a `int' was expected
indstream.cc:102: `struct streampos' used where a `int' was expected
indstream.cc:104: `struct streampos' used where a `int' was expected
indstream.cc:106: conversion from `int' to non-scalar type `streampos' requested
make[2]: *** [indstream.o] Error 1
make[2]: Leaving directory `/root/egcs-1.1.2/i586-pc-linux-gnubio'
make[1]: *** [all-target-libio] Error 2
make[1]: Leaving directory `/root/egcs-1.1.2'
make: *** [bootstrap-lean] Error 2

Still seems to be a problem with libio... Time to read the documentation in full me thinks.


Messages In This Thread
Compiling in Linux - by evil_admin - 06-23-2003, 09:45 AM
Compiling in Linux - by Guest - 06-23-2003, 09:57 AM
Compiling in Linux - by evil_admin - 06-23-2003, 11:46 AM
Compiling in Linux - by GRITS - 06-23-2003, 12:39 PM
Compiling in Linux - by PIX - 06-23-2003, 02:24 PM
Compiling in Linux - by GRITS - 06-23-2003, 02:37 PM
Compiling in Linux - by PIX - 06-23-2003, 03:38 PM
Compiling in Linux - by Guest - 06-23-2003, 07:37 PM
Compiling in Linux - by PIX - 06-23-2003, 08:25 PM
Compiling in Linux - by kermit - 06-23-2003, 09:00 PM
Compiling in Linux - by PIX - 06-23-2003, 09:17 PM
Compiling in Linux - by Guest - 06-24-2003, 04:11 AM
Compiling in Linux - by GRITS - 06-24-2003, 05:58 AM
Compiling in Linux - by Guest - 06-24-2003, 08:03 AM
Compiling in Linux - by Guest - 06-24-2003, 08:55 AM
Compiling in Linux - by evil_admin - 06-24-2003, 10:35 AM
Compiling in Linux - by PIX - 06-24-2003, 12:40 PM
Compiling in Linux - by Guest - 06-24-2003, 03:46 PM
Compiling in Linux - by Guest - 06-24-2003, 03:48 PM
Compiling in Linux - by Guest - 06-24-2003, 06:19 PM
Compiling in Linux - by Guest - 06-25-2003, 04:35 AM
Compiling in Linux - by Guest - 06-25-2003, 05:47 AM
Compiling in Linux - by Guest - 06-25-2003, 06:40 AM
Compiling in Linux - by Guest - 06-25-2003, 07:04 AM
Compiling in Linux - by Guest - 06-25-2003, 08:07 AM
Compiling in Linux - by Guest - 06-25-2003, 10:48 AM
Compiling in Linux - by PIX - 06-25-2003, 12:16 PM
Compiling in Linux - by Guest - 06-25-2003, 12:22 PM
Compiling in Linux - by PIX - 06-25-2003, 01:05 PM
Compiling in Linux - by Guest - 06-25-2003, 04:47 PM
Compiling in Linux - by Guest - 06-25-2003, 09:04 PM
Compiling in Linux - by Guest - 06-26-2003, 03:41 AM
Compiling in Linux - by Guest - 06-26-2003, 03:43 AM
Compiling in Linux - by Guest - 06-26-2003, 03:48 AM
Compiling in Linux - by kermit - 06-26-2003, 04:32 AM
Compiling in Linux - by GRITS - 06-26-2003, 05:50 AM
Compiling in Linux - by Guest - 06-26-2003, 06:54 AM
Compiling in Linux - by Guest - 06-26-2003, 06:57 AM
Compiling in Linux - by evil_admin - 06-26-2003, 08:06 AM
Compiling in Linux - by Guest - 06-26-2003, 10:41 AM
Compiling in Linux - by evil_admin - 06-26-2003, 09:19 PM
Compiling in Linux - by kermit - 06-26-2003, 10:47 PM
Compiling in Linux - by evil_admin - 06-29-2003, 04:26 PM
Compiling in Linux - by GRITS - 06-29-2003, 09:47 PM
Compiling in Linux - by Guest - 07-01-2003, 12:37 PM
Compiling in Linux - by evil_admin - 07-01-2003, 10:57 PM
Compiling in Linux - by Guest - 07-02-2003, 02:08 AM
Compiling in Linux - by Guest - 01-23-2004, 09:17 PM
Compiling in Linux - by FreeFall - 01-24-2004, 02:53 AM
Compiling in Linux - by Guest - 01-24-2004, 07:24 AM
Compiling in Linux - by Miagi - 07-10-2005, 09:46 AM

Forum Jump:


Users browsing this thread: 8 Guest(s)