Bug 3966 - compile error
Summary: compile error
Status: RESOLVED DUPLICATE of bug 3951
Alias: None
Product: cairo
Classification: Unclassified
Component: general (show other bugs)
Version: 0.9.3
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Carl Worth
QA Contact: cairo-bugs mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-03 19:07 UTC by YunSong Hwang
Modified: 2005-08-22 00:14 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description YunSong Hwang 2005-08-03 19:07:33 UTC
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/sh ../libtool --tag=CC --mode=link gcc  -g -O2   -o imagediff  imagediff.o 
libcairotest.la ../src/libcairo.la -lm
gcc -g -O2 -o .libs/imagediff imagediff.o  ./.libs/libcairotest.a ../src/.libs/
libcairo.so -L/usr/X11R6/lib -lXrender -lX11 -lXext -lpng12 /usr/lib/libglitz.so 
/usr/lib/libpixman.so /usr/lib/libfontconfig.so /usr/lib/libexpat.so /usr/lib/
libfreetype.so -lz -lm
./.libs/libcairotest.a(cairo-test.o)(.text+0x568): In function 
`cairo_test_expecting':
/usr/src/Haansoft/BUILD/cairo/test/cairo-test.c:564: undefined reference to 
`FcFini'
./.libs/libcairotest.a(cairo-test.o)(.text+0x644):/usr/src/Haansoft/BUILD/cairo/
test/cairo-test.c:564: undefined reference to `FcFini'
collect2: ld returned 1 exit status
make[2]: *** [imagediff] ¿À·ù 1
make[2]: Leaving directory `/home/hys545/MONO/cairo/test'


I use cvs-2005-8-3
glitz-2005-8-3
Comment 1 Carl Worth 2005-08-04 01:22:08 UTC

*** This bug has been marked as a duplicate of 3955 ***
Comment 2 Carl Worth 2005-08-04 01:23:13 UTC
Oops, should have been a duplicate of bug #3951.
Comment 3 Carl Worth 2005-08-04 01:23:28 UTC

*** This bug has been marked as a duplicate of 3951 ***
Comment 4 Carl Worth 2005-08-22 17:14:42 UTC
Move bugs against "cvs" version to "0.9.3" so we can remove the "cvs" version.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.