[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [Bug 70482] arts/flow/gsl/gslwchunk doesn't link on Solaris
From:       Torsten Kasch <tk () CeBiTec ! Uni-Bielefeld ! DE>
Date:       2004-01-12 9:45:11
Message-ID: 20040112094511.13517.qmail () ktown ! kde ! org
[Download RAW message or body]

------- 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=70482      
tk@CeBiTec.Uni-Bielefeld.DE changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|WORKSFORME                  |



------- Additional Comments From tk@CeBiTec.Uni-Bielefeld.DE  2004-01-12 10:45 \
------- Hmmm, I just started a fresh compile on our SPARC systems now, and \
unfortunately it fails (I've removed the "--silent" option for libtool, and rebuilt \
libgsl.a; see below).

The only difference between the x86 and SPARC systems I can think of right now is \
that I use the GNU binutils ony my x86 box whereas I rely on Sun's linker/assembler \
on the SPARC systems...

It seems that I need the following patch in this case for SPARC (I just successfully \
compiled arts with it, will try the same on x86 this evening):

tk@neo cvs diff Makefile.am 
Index: Makefile.am
===================================================================
RCS file: /home/kdecvs/kde/arts/flow/gsl/Makefile.am,v
retrieving revision 1.32
diff -u -3 -p -r1.32 Makefile.am
--- Makefile.am 2 Oct 2003 11:58:49 -0000       1.32
+++ Makefile.am 12 Jan 2004 09:38:46 -0000
@@ -17,7 +17,7 @@ libgsl_la_LDFLAGS = -no-undefined $(all_
 
 noinst_PROGRAMS = $(GSL_NOINST_PROGS)
 
-GSL_progs_ldadd = libgsl.la $(USE_THREADS)
+GSL_progs_ldadd = libgsl.la -lm $(USE_THREADS)
 GSL_cc_dummy = dummy.cc
 $(srcdir)/dummy.cc: gslconfig.h



--- snip ---
/bin/ksh ../../libtool --mode=link --tag=CXX g++  -Wnon-virtual-dtor -Wno-long-long \
-Wundef -Wall -W -Wpointer-arith -Wwrite-strings -fno-builtin -g -O2 -fno-exceptions \
-fno-check-new -fno-common  -ftemplate-depth-99   -R/vol/kde-cvs/lib \
-R/vol/qt-3.2.3/lib -R/vol/local/lib -R/vol/graphics/lib -o libgsl.la  -no-undefined  \
-L/usr/openwin/lib -L/vol/qt-3.2.3/lib -L/vol/kde-cvs/lib  -L/vol/local/lib \
-L/vol/graphics/lib gsldatacache.lo gsldatahandle.lo gslwavechunk.lo \
gsldatahandle-vorbis.lo gslmath.lo gslfilter.lo gslcommon.lo gsldatautils.lo \
gslmagic.lo gslloader-wav.lo gslloader-gslwave.lo gslloader-mad.lo \
gslloader-oggvorbis.lo gslconvert.lo gslfft.lo gslsignal.lo gslloader.lo \
gslwaveosc.lo gslengine.lo gsloputil.lo gslopmaster.lo gslopschedule.lo \
gsldatahandle-mad.lo gslosctable.lo gsloscillator.lo gslfilehash.lo gslartsthreads.lo \
../../mcop/libmcop.la -lm -lposix4   -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 \
-lintl    rm -fr  .libs/libgsl.a .libs/libgsl.la
ar cru .libs/libgsl.a .libs/gsldatacache.o .libs/gsldatahandle.o .libs/gslwavechunk.o \
.libs/gsldatahandle-vorbis.o .libs/gslmath.o .libs/gslfilter.o .libs/gslcommon.o \
.libs/gsldatautils.o .libs/gslmagic.o .libs/gslloader-wav.o .libs/gslloader-gslwave.o \
.libs/gslloader-mad.o .libs/gslloader-oggvorbis.o .libs/gslconvert.o .libs/gslfft.o \
.libs/gslsignal.o .libs/gslloader.o .libs/gslwaveosc.o .libs/gslengine.o \
.libs/gsloputil.o .libs/gslopmaster.o .libs/gslopschedule.o .libs/gsldatahandle-mad.o \
.libs/gslosctable.o .libs/gsloscillator.o .libs/gslfilehash.o .libs/gslartsthreads.o \
ranlib .libs/libgsl.a creating libgsl.la
(cd .libs && rm -f libgsl.la && ln -s ../libgsl.la libgsl.la)
/bin/ksh ../../libtool --mode=link gcc -g -O2 -threads \
-I/vol/gtk-2.2.1/include/glib-2.0 -I/vol/gtk-2.2.1/lib/glib-2.0/include -g -O2   \
-threads -I/vol/gtk-2.2.1/include/glib-2.0 -I/vol/gtk-2.2.1/lib/glib-2.0/include    \
-R/vol/kde-cvs/lib -R/vol/qt-3.2.3/lib -R/vol/local/lib -R/vol/graphics/lib -o \
gslwchunk  gslwchunk.o libgsl.la   gcc -g -O2 -threads \
-I/vol/gtk-2.2.1/include/glib-2.0 -I/vol/gtk-2.2.1/lib/glib-2.0/include -g -O2 \
-threads -I/vol/gtk-2.2.1/include/glib-2.0 -I/vol/gtk-2.2.1/lib/glib-2.0/include -o \
.libs/gslwchunk gslwchunk.o  ./.libs/libgsl.a -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 \
-L/usr/openwin/lib -L/vol/qt-3.2.3/lib -L/vol/kde-cvs/lib -L/vol/local/lib \
-L/vol/graphics/lib /vol/src/kde/cvs/arts/mcop/.libs/libmcop.so -L/vol/gtk-2.2.1/lib \
-lsocket -lnsl -lposix4 /vol/gtk-2.2.1/lib/libgmodule-2.0.so -ldl \
/vol/gtk-2.2.1/lib/libgthread-2.0.so /vol/gtk-2.2.1/lib/libglib-2.0.so -lintl \
-R/vol/kde-cvs/lib -R/vol/gtk-2.2.1/lib -R/vol/qt-3.2.3/lib -R/vol/local/lib \
                -R/vol/graphics/lib
ld: warning: file /vol/gtk-2.2.1/lib/libgmodule-2.0.so: attempted multiple inclusion \
                of file
ld: warning: file /vol/gtk-2.2.1/lib/libgthread-2.0.so: attempted multiple inclusion \
                of file
ld: warning: file /vol/gtk-2.2.1/lib/libglib-2.0.so: attempted multiple inclusion of \
file Undefined                       first referenced
 symbol                             in file
tan                                 ./.libs/libgsl.a(gslsignal.o)  (symbol belongs to \
implicit dependency /usr/lib/libm.so.1) pow                                 \
./.libs/libgsl.a(gslsignal.o)  (symbol belongs to implicit dependency \
/usr/lib/libm.so.1) sinh                                ./.libs/libgsl.a(gslmath.o)  \
(symbol belongs to implicit dependency /usr/lib/libm.so.1) tanh                       \
./.libs/libgsl.a(gslmath.o)  (symbol belongs to implicit dependency \
/usr/lib/libm.so.1) sqrt                                ./.libs/libgsl.a(gslmath.o)  \
(symbol belongs to implicit dependency /usr/lib/libm.so.1) sin                        \
./.libs/libgsl.a(gslsignal.o)  (symbol belongs to implicit dependency \
/usr/lib/libm.so.1) cosh                                ./.libs/libgsl.a(gslmath.o)  \
(symbol belongs to implicit dependency /usr/lib/libm.so.1) cos                        \
./.libs/libgsl.a(gslsignal.o)  (symbol belongs to implicit dependency \
                /usr/lib/libm.so.1)
ld: fatal: Symbol referencing errors. No output written to .libs/gslwchunk
collect2: ld returned 1 exit status
make: *** [gslwchunk] Error 1


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic