Skip to content

Instantly share code, notes, and snippets.

@ELLIOTTCABLE
Created August 21, 2009 22:00
Show Gist options
  • Select an option

  • Save ELLIOTTCABLE/172467 to your computer and use it in GitHub Desktop.

Select an option

Save ELLIOTTCABLE/172467 to your computer and use it in GitHub Desktop.
cc -DINSTALL_PREFIX=\"/usr/local\" -Os -g -Wstrict-prototypes -I. -I./source -I../basekit/_build/headers -I../coroutine/_build/headers -I../garbagecollector/_build/headers -falign-loops=16 -fPIC -DBUILDING_IOVM_DLL -c source/PHash.c -o _build/objs/PHash.o
source/PHash.c: In function ‘PHash_show’:
source/PHash.c:64: warning: format ‘%i’ expects type ‘int’, but argument 3 has type ‘void *’
source/PHash.c:64: warning: format ‘%i’ expects type ‘int’, but argument 4 has type ‘void *’
ar rcu _build/lib/libiovm.a _build/objs/*.o
ranlib _build/lib/libiovm.a
make _build/dll/libiovm.dylib
cc -dynamiclib -flat_namespace -L../basekit/_build/dll -L../coroutine/_build/dll -L../garbagecollector/_build/dll _build/objs/*.o -o _build/dll/libiovm.dylib -lbasekit -lcoroutine -lgarbagecollector
ld: library not found for -lcoroutine
collect2: ld returned 1 exit status
make[2]: *** [_build/dll/libiovm.dylib] Error 1
make[1]: *** [all] Error 2
make: *** [vm] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment