Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cairo compiling stop

Status
Not open for further replies.

Mauric

Technical User
Feb 18, 2003
72
0
0
CH
i need to compile Cairo 1.0.0 but i become every time this error and i dont know why, can give me any one a little help on me compiling mistake

i run with : SunOS blade 5.9 Generic_118558-11 sun4u sparc SUNW,Sun-Blade-100

gcc -v
/usr/local/lib/gcc/sparc-sun-solaris2.9/3.4.3/specs
Konfiguriert mit: ../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld -enable-languages=c,c++,objc
Thread-Modell: posix
gcc-Version 3.4.3

ld -v
GNU ld version 2.16


thanks in advance
maurizio


then mv -f ".deps/xmalloc.Tpo" ".deps/xmalloc.Plo"; else rm -f ".deps/xmalloc.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_GNU_SOURCE -I. -I../pixman/src -I../src -I../src -I/usr/local/include/libpng12 -I/usr/local/include -I/usr/local/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -g -O2 -MT xmalloc.lo -MD -MP -MF .deps/xmalloc.Tpo -c xmalloc.c -fPIC -DPIC -o .libs/xmalloc.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_GNU_SOURCE -I. -I../pixman/src -I../src -I../src -I/usr/local/include/libpng12 -I/usr/local/include -I/usr/local/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -g -O2 -MT xmalloc.lo -MD -MP -MF .deps/xmalloc.Tpo -c xmalloc.c -o xmalloc.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libcairotest.la buffer-diff.lo cairo-test.lo read-png.lo write-png.lo xmalloc.lo -lm
rm -fr .libs/libcairotest.a .libs/libcairotest.la
ar cru .libs/libcairotest.a .libs/buffer-diff.o .libs/cairo-test.o .libs/read-png.o .libs/write-png.o .libs/xmalloc.o
ranlib .libs/libcairotest.a
creating libcairotest.la
(cd .libs && rm -f libcairotest.la && ln -s ../libcairotest.la libcairotest.la)
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o imagediff imagediff.o libcairotest.la ../src/libcairo.la -lpthread -lm
libtool: link: warning: library `/usr/local/lib/libfontconfig.la' was moved.
gcc -g -O2 -o .libs/imagediff imagediff.o ./.libs/libcairotest.a ../src/.libs/libcairo.so -L/usr/openwin/lib /usr/lib/libXrender.so -lX11 -L/usr/local/lib -lpng12 /usr/local/lib/libfontconfig.so /usr/lib/libexpat.so /usr/local/lib/libfreetype.so -lz -lpthread -lm -Wl,--rpath -Wl,/usr/local/lib
/usr/local/lib/libfontconfig.so: undefined reference to `libiconv_open'
/usr/local/lib/libfontconfig.so: undefined reference to `libiconv'
collect2: ld gab 1 als Ende-Status zurück
gmake[2]: *** [imagediff] Error 1
gmake[2]: Leaving directory `/usr/cairo-1.0.0/test'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/cairo-1.0.0'
gmake: *** [all] Error 2
blade /usr/cairo-1.0.0 07:39:17 >
 

I wouldnt even know where to start with this, and dont think its SQL Server related, Maybe if you tried the correct forum you might get an answer.

"I'm living so far beyond my income that we may almost be said to be living apart
 
This definitely isn't SQL Server related...your coding and post indicate it's UNIX. You really need to post in the proper forum.

-SQLBill

Posting advice: FAQ481-4875
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top