Version: (using KDE Devel) Installed from: Compiled sources Compiler: gcc-3.2 OS: Solaris gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I/opt/kde3/include -I/opt/qt3x/include -DQT_THREAD_SUPPORT -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DUSE_SOLARIS -DSVR4 -O2 -D_GNU_SOURCE -c `test -f konsole_grantpty.c || echo './'`konsole_grantpty.c /bin/sh ../../libtool --silent --mode=link gcc -O2 -D_GNU_SOURCE -o konsole_grantpty -R /opt/kde3/lib -R /opt/qt3x/lib konsole_grantpty.o Undefined first referenced symbol in file revoke konsole_grantpty.o ld: fatal: Symbol referencing errors. No output written to konsole_grantpty collect2: ld returned 1 exit status *** Error code 1 make: Fatal error: Command failed for target `konsole_grantpty'
Subject: Re: New: Konsole doesn't compile in Solaris 9 sparc On Donnerstag, 3. Oktober 2002 15:25, Hasso Tepper wrote: > ------- You are receiving this mail because: ------- > You are on the CC list for the bug, or are watching someone who is. > > http://bugs.kde.org/show_bug.cgi?id=48629 > Summary: Konsole doesn't compile in Solaris 9 sparc > Product: konsole > Version: unspecified > Platform: Compiled Sources > OS/Version: Solaris > Status: UNCONFIRMED > Severity: normal > Priority: NOR > Component: general > AssignedTo: konsole-devel@kde.org > ReportedBy: hasso@linux.ee > > > Version: (using KDE Devel) > Installed from: Compiled sources > Compiler: gcc-3.2 > OS: Solaris > > gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I/opt/kde3/include > -I/opt/qt3x/include -DQT_THREAD_SUPPORT -D_REENTRANT > -D_POSIX_PTHREAD_SEMANTICS -DUSE_SOLARIS -DSVR4 -O2 -D_GNU_SOURCE -c > `test -f konsole_grantpty.c || echo './'`konsole_grantpty.c /bin/sh > ../../libtool --silent --mode=link gcc -O2 -D_GNU_SOURCE -o > konsole_grantpty -R /opt/kde3/lib -R /opt/qt3x/lib konsole_grantpty.o > Undefined first referenced > symbol in file > revoke konsole_grantpty.o > ld: fatal: Symbol referencing errors. No output written to konsole_grantpty > collect2: ld returned 1 exit status > *** Error code 1 > make: Fatal error: Command failed for target `konsole_grantpty' Can you check if adding -lkdefakes fixes that? Greetings, Stephan
Subject: Re: Konsole doesn't compile in Solaris 9 sparc Stephan Kulow wrote: > > Can you check if adding -lkdefakes fixes that? Yes.
Subject: kdebase/konsole/konsole -konsole_grantpty_LDFLAGS = $(KDE_RPATH) +konsole_grantpty_LDFLAGS = $(KDE_RPATH) $(all_libraries) +konsole_grantpty_LDADD = -lkdefakes CCMAIL: 48629-close@bugs.kde.org ---------------------------------------------------------------------------- M Makefile.am (rev: 1.46-1.47, +2 -1) ----------------------------------------------------------------------------