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]

new c++ regressions in egcs_1_1_branch


Jason,
   In addition to sgml-tools now having new compile problems, the cvs for
egcs_1_1_branch has broken the ability to compile kfm from kde 1.0.
We have been rebuilding qt 1.33 and kde 1.0 every few days against
the current egcs_1_1_branch. It had been building fine for the last couple
of weeks until a few days ago we started to see failures such as below
in kfm....


g++ -Wall -s -o kioslave kioslave_ipc.o kioslave_ipc2.o main.o xview.o jpeg.o ipc.o protocol.o http.o file.o ftp.o manage.o icon.o slave.o tar.o subprotocol.o cgi.o gzip.o debug.o ftp_proxy.o -L/opt/kde/lib -L/usr/X11R6/lib -lkdecore -lqt -lXext -lX11 -ljpeg -Wl,--rpath -Wl,/opt/kde/lib -Wl,--rpath -Wl,/usr/X11R6/lib
kioslave_ipc.o: In function `KIOSlaveIPC::readEvent(KSocket *)':
kioslave_ipc.o(.text+0x50c): undefined reference to `KSocket::socket(void) const'
kioslave_ipc.o(.text+0x6f4): undefined reference to `KSocket::socket(void) const'
kioslave_ipc.o: In function `KIOSlaveIPC::mount(bool, char const *, char const *, char const *)':
kioslave_ipc.o(.text+0x136c): undefined reference to `QObject::signalsBlocked(void) const'
kioslave_ipc.o: In function `KIOSlaveIPC::copy(char const *, char const *, bool)':
kioslave_ipc.o(.text+0x1830): undefined reference to `QObject::signalsBlocked(void) const'
kioslave_ipc.o: In function `KIOSlaveIPC::get(char const *, char const *)':
kioslave_ipc.o(.text+0x1bf8): undefined reference to `QObject::signalsBlocked(void) const'
kioslave_ipc.o: In function `KIOSlaveIPC::list(char const *, bool)':
kioslave_ipc.o(.text+0x2050): undefined reference to `QObject::signalsBlocked(void) const'

We have been using binutils 2.9.0.15 and have also tried the binutils
cvs. Have you seen anything like this? This is on linuxppc with
glibc 2.0.100.
                   Jack

-- 
------------------------------------------------------------------------------
Jack W. Howarth, Ph.D.                                     231 Bethesda Avenue
NMR Facility Director                              Cincinnati, Ohio 45267-0524
Dept. of Molecular Genetics                              phone: (513) 558-4420
Univ. of Cincinnati College of Medicine                    fax: (513) 558-8474


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