Skip to content

Instantly share code, notes, and snippets.

@devn
Created April 7, 2012 16:22
Show Gist options
  • Select an option

  • Save devn/2330105 to your computer and use it in GitHub Desktop.

Select an option

Save devn/2330105 to your computer and use it in GitHub Desktop.
lush build error
src/lush-2.0.1> make
for d in src ; \
do ( cd $d && make all ) || exit ; done
g++ -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -mmmx -msse -I../include -I/usr/X11/include -I/usr/X11/include/freetype2 -o lush2 at.o binary.o cref.o calls.o arith.o check_func.o date.o dh.o dump.o eval.o fileio.o fltlib.o fpu.o function.o event.o graphics.o htable.o idx1.o idx2.o idx3.o idx4.o index.o io.o list.o main.o math.o misc.o cmm.o module.o number.o oostruct.o regex.o storage.o string.o symbol.o toplevel.o user.o weakref.o ps_driver.o rng.o lisp_driver.o x11_driver.o unix.o cpp.o -L/usr/X11/lib -lXft -R/usr/X11/lib -lSM -lICE -lX11 -lreadline -lcurses -lutil -ldl -lm
Undefined symbols for architecture x86_64:
"_FcNameParse", referenced from:
_getfont in x11_driver.o
"_FcPatternDestroy", referenced from:
_getfont in x11_driver.o
"_FcPatternGet", referenced from:
_getfont in x11_driver.o
"_FcPatternDel", referenced from:
_getfont in x11_driver.o
"_FcPatternAdd", referenced from:
_getfont in x11_driver.o
"_FcNameUnparse", referenced from:
_getfont in x11_driver.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make[1]: *** [lush2] Error 1
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment