discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

WindowMaker on Solaris


From: Andreas Höschler
Subject: WindowMaker on Solaris
Date: Thu, 25 Aug 2005 18:24:16 +0200

Hi all,

I am tryingto build WindowMaker.0.92 on Solaris. The libs are mostly installed from sunfreeware.com. The GNUstep core packe is already successfully installed. I configure WindowMaker as follws:

CPP_PATH="gcc -E -x c" ./configure --enable-gnome

...
Window Maker was configured as follows:

Installation path prefix            : /usr/local
Installation path for binaries      : /usr/local/bin
Installation path for WPrefs.app    : /opt/GNUstep/Local/Applications
Supported graphic format libraries  : XPM PNG JPEG TIFF builtin-PPM
Use assembly routines for wrlib     : no
Use inline MMX(tm) x86 assembly     : no
Antialiased text support in WINGs   : yes
Xinerama extension support          : no
Translated message files to install : None

When I try to build the beast I get

...
Making all in Examples
make[2]: Entering directory `/usr/share/src/WindowMaker-0.92.0/WINGs/Examples' /bin/bash ../../libtool --mode=link gcc -g -O2 -o fontl fontl.o ../../WINGs/libWINGs.a ../../wrlib/libwraster.la -R/usr/local/lib -L/usr/local/lib -lXft -lfreetype -lz -lXrender -lX11 -lfontconfig gcc -g -O2 -o .libs/fontl fontl.o ../../WINGs/libWINGs.a ../../wrlib/.libs/libwraster.so -L/usr/local/lib -ltiff -lXpm -lpng /usr/local/lib/libjpeg.so -lXext -lsocket -lnsl -lm /usr/local/lib/libXft.so -L/usr/lib -L/usr/local/ssl/lib -L/usr/local/BerkeleyDB.4.2/lib -L/usr/openwin/lib /usr/local/lib/libXrender.so -lX11 /usr/local/lib/libfontconfig.so /usr/local/lib/libfreetype.so -lz /usr/local/lib/libexpat.so -R/usr/local/lib
Undefined                       first referenced
 symbol                             in file
libiconv                            /usr/local/lib/libfontconfig.so
libiconv_open                       /usr/local/lib/libfontconfig.so
ld: fatal: Symbol referencing errors. No output written to .libs/fontl
collect2: ld returned 1 exit status
make[2]: *** [fontl] Error 1
make[2]: Leaving directory `/usr/share/src/WindowMaker-0.92.0/WINGs/Examples'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/share/src/WindowMaker-0.92.0/WINGs'
make: *** [all-recursive] Error 1

libiconv is installed from sunfreeware.com

        pkgadd -d libiconv-1.8-sol9-sparc-local

If I manually step into /usr/share/src/WindowMaker-0.92.0/WINGs/Examples and add /usr/local/lib/libiconv.so to the "gcc ..:" statement I get a step further. However, this libiconv problem occurs on a bunch of other places as well. How can I fix this?

Has anybody had more success on Solaris, may be with an older version?

Thanks!

Regards,

  Andreas





reply via email to

[Prev in Thread] Current Thread [Next in Thread]