This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Make error


To whom it may concern,

I've just updated my compiler to the new Egcs
1.1.2 from the old 1.1.1
release and now I'm getting this types of errors.
Does anyone have any
ideas what could be wrong???

Thanks in advance!!

/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/libstdc++.a(isgetline.o):

In function `istream::getline(char *, int,
char)':
/usr/src/bs/BUILD/egcs-1.1.2/obj-i386-linux/i386-redhat-linux/libio/../../../libio/isgetline.cc:41:

undefined reference to `_IO_getline_info'
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/libstdc++.a(isgetline.o):

In function `istream::get(char *, int, char)':
/usr/src/bs/BUILD/egcs-1.1.2/obj-i386-linux/i386-redhat-linux/libio/../../../libio/isgetline.cc:72:

undefined reference to `_IO_getline_info'
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/libstdc++.a(isgetline.o):

In function `_sb_readline(streambuf *, long &,
char)':
/usr/src/bs/BUILD/egcs-1.1.2/obj-i386-linux/i386-redhat-linux/libio/../../../libio/isgetline.cc:95:

undefined reference to `_IO_getline_info'
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/libstdc++.a(filebuf.o):
In function `filebuf::open(char const *, int,
int)':
/usr/src/bs/BUILD/egcs-1.1.2/obj-i386-linux/i386-redhat-linux/libio/../../../libio/filebuf.cc:116:

undefined reference to `_IO_file_open'
collect2: ld returned 1 exit status
make: *** [hdr2pbkwl] Error 1
dante%



--
Kenneth Melero                          Imagelinks, Inc.
Software Engineer                       4450 W. Eau Gallie Blvd.
                                        Melbourne, FL  32934





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]