Bug 49298 - Comipiling fails in Solaris9
Summary: Comipiling fails in Solaris9
Status: CLOSED FIXED
Alias: None
Product: kdeprint
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Solaris
: NOR normal
Target Milestone: ---
Assignee: Stephan Kulow
URL:
Keywords:
: 49354 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-10-17 19:42 UTC by Hasso Tepper
Modified: 2008-12-31 12:29 UTC (History)
1 user (show)

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-17 19:42:08 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc-3.2 
OS:          Solaris

/bin/bash ../../libtool --silent --mode=link gcc  -O2    -o make_driver_db_lpr  make_driver_db_lpr.o ../../kdecore/libkdefakes.la ../libdriverparse.a -ldl 
Undefined                       first referenced
 symbol                             in file
gethostbyname                       ../../kdecore/.libs/libkdefakes.so
ld: fatal: Symbol referencing errors. No output written to .libs/make_driver_db_lpr
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `make_driver_db_lpr'

Adding -lnsl solves problem. Platform - Solaris 9 sparc.
Comment 1 Stephan Kulow 2002-10-19 12:54:29 UTC
*** Bug 49354 has been marked as a duplicate of this bug. ***
Comment 2 Stephan Kulow 2002-10-19 16:54:38 UTC
Subject: kdelibs/kdecore

CVS commit by coolo: 

+libkdefakes_la_LIBADD  = $(LIBSOCKET)
CCMAIL: 49298-close@bugs.kde.org

  M  +2 -1     Makefile.am   1.300

Comment 3 John Layt 2008-12-31 12:29:05 UTC
Closing old Resolved status bug.