Bug 48629 - Konsole doesn't compile in Solaris 9 sparc
Summary: Konsole doesn't compile in Solaris 9 sparc
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Solaris
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-03 15:25 UTC by Hasso Tepper
Modified: 2002-10-03 15:57 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hasso Tepper 2002-10-03 15:25:38 UTC
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'
Comment 1 Stephan Kulow 2002-10-03 15:30:14 UTC
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

Comment 2 Hasso Tepper 2002-10-03 15:54:41 UTC
Subject: Re:  Konsole doesn't compile in Solaris 9 sparc

Stephan Kulow wrote:
>
> Can you check if adding -lkdefakes fixes that?

Yes.

Comment 3 Stephan Kulow 2002-10-03 15:57:13 UTC
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)


----------------------------------------------------------------------------