Skip to content

Instantly share code, notes, and snippets.

@dgfitch
Created June 2, 2009 17:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dgfitch/122393 to your computer and use it in GitHub Desktop.
Save dgfitch/122393 to your computer and use it in GitHub Desktop.
<<after building fresh pkg-config, glib, pango, and gtk with
./configure --prefix=/home/svc_folio/local && gmake && gmake install>>
DTRACE="/usr/sbin/dtrace" DTRACEFLAGS="-32" AR="ar" /bin/bash ../../data/dtrace-prelink.sh \
--pic pedump-dtrace.o ../../data/mono.d libmonoruntime.la ../io-layer/libwapi.la ../utils/libmonoutils.la
/bin/bash ../../libtool --quiet --tag=CC --mode=link gcc -g -O2 -fno-strict-aliasing -Wdeclaration-after-statement -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-char-subscripts -Wno-cast-align -mcpu=v9 -o pedump pedump.o libmonoruntime.la ../io-layer/libwapi.la ../utils/libmonoutils.la ../../libgc/libmonogc.la -L/home/svc_folio/local/lib -lgthread-2.0 -lpthread -lthread -lrt -lglib-2.0 -lm pedump-dtrace.o -lrt -lsocket -lnsl -lxnet -lpthread -lm
ld: fatal: relocation error: R_SPARC_32: file ../../libgc/.libs/libmonogc.a(sparc_mach_dep.o): symbol <unknown>: offset 0x7d755baa is non-aligned
ld: fatal: relocation error: R_SPARC_32: file ../../libgc/.libs/libmonogc.a(sparc_mach_dep.o): symbol <unknown>: offset 0x7d84a989 is non-aligned
ld: fatal: relocation error: R_SPARC_32: file ../../libgc/.libs/libmonogc.a(sparc_mach_dep.o): symbol <unknown>: offset 0x7d8797e6 is non-aligned
collect2: ld returned 1 exit status
gmake[3]: *** [pedump] Error 1
gmake[3]: Leaving directory `/home/svc_folio/mono/mono-135093/mono/metadata'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/home/svc_folio/mono/mono-135093/mono'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/svc_folio/mono/mono-135093'
gmake: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment