[racket] Building racket from source

From: Nikita B. Zuev (nikitazu at gmail.com)
Date: Mon Dec 27 08:35:01 EST 2010

I'm trying to compile racket 5.0.2 from source code on my laptop.
`make' complains:

g++ -L../../wxxt/utils/image/src -L../../wxxt/contrib/xpm/lib -pthread
 -L../../racket -L../wxs -L../../wxxt/src -o ../gracket3m grmain.o
../libgracket3m.a ../../racket/libracket3m.a -lSM -lICE -lXaw -lXmu
-lXt -lX11 -lXext  -lGL -lXrender -lXft   -lcairo   -lpng -lz -ljpeg
-ldl -lm  -ldl -lm -rdynamic  ../../wxxt/contrib/xpm/lib/libXpm.a
/usr/bin/ld: ../libgracket3m.a(Font.o): undefined reference to symbol
'FcMatrixScale'
/usr/bin/ld: note: 'FcMatrixScale' is defined in DSO
/usr/lib/libfontconfig.so.1 so try adding it to the linker command
line
/usr/lib/libfontconfig.so.1: could not read symbols: Invalid operation
collect2: выполнение ld завершилось с кодом возврата 1

full log is in attachment

os - linux fedora 14
arch - i686
i think problem is in this package: libXft-devel-2.1.14-1.fc14.2.i686
(before I installed it, racket compiled but fonts were broken)

Some days ago I've successfully build same version of racket on debian
so I think maybe problem is in installed libs. I don't know where to
look from here, can someone please help?


-- 
Regards,
Nikita B. Zuev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: racket.build.log
Type: application/octet-stream
Size: 222815 bytes
Desc: not available
URL: <http://lists.racket-lang.org/users/archive/attachments/20101227/06f5f28f/attachment.obj>

Posted on the users mailing list.