Bug 49354 - Konsole fails to compile in Solaris 9
Summary: Konsole fails to compile in Solaris 9
Status: RESOLVED DUPLICATE of bug 49298
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-18 18:08 UTC by Hasso Tepper
Modified: 2002-10-19 12:54 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-18 18:08:52 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc-3.2 
OS:          Solaris

/bin/bash ../../libtool --silent --mode=link gcc  -O2   -D_GNU_SOURCE    -o konsole_grantpty -R /opt/kde3/lib -R /opt/qt3x/lib -L/opt/qt3x/lib -L/opt/kde3/lib konsole_grantpty.o -lkdefakes 
Undefined                       first referenced
 symbol                             in file
gethostbyname                       /opt/kde3/lib/libkdefakes.so
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'
Current working directory /export/rix/sitt/newkde/kdebase/konsole/konsole


Adding -lnsl to linking command line solves problem.
Comment 1 Stephan Kulow 2002-10-19 12:54:28 UTC
same problem 

*** This bug has been marked as a duplicate of 49298 ***