Skip to content

Instantly share code, notes, and snippets.

@danking
Created January 18, 2013 02:22
Show Gist options
  • Select an option

  • Save danking/4561843 to your computer and use it in GitHub Desktop.

Select an option

Save danking/4561843 to your computer and use it in GitHub Desktop.
danking@danking-netbook:~/development/haskell-imagemagick/c 21:21 $ ld -z relro --hash-style=gnu --as-needed --build-id --eh-frame-hdr -m elf_i386 -dynamic-linker /lib/ld-linux.so.2 -o wand /usr/lib/gcc/i686-linux-gnu/4.6/../../../i386-linux-gnu/crt1.o /usr/lib/gcc/i686-linux-gnu/4.6/../../../i386-linux-gnu/crti.o /usr/lib/gcc/i686-linux-gnu/4.6/crtbegin.o -L/usr/lib/gcc/i686-linux-gnu/4.6 -L/usr/lib/gcc/i686-linux-gnu/4.6/../../../i386-linux-gnu -L/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu -L/usr/lib/gcc/i686-linux-gnu/4.6/../../../i386-linux-gnu -L/usr/lib/gcc/i686-linux-gnu/4.6/../../.. -L/lib/i386-linux-gnu -L/lib -L/usr/lib/i386-linux-gnu -L/usr/lib -lMagickWand -lMagickCore wand.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/i686-linux-gnu/4.6/crtend.o /usr/lib/gcc/i686-linux-gnu/4.6/../../../i386-linux-gnu/crtn.o
wand.o: In function `main':
wand.c:(.text+0x3b): undefined reference to `MagickWandGenesis'
wand.c:(.text+0x40): undefined reference to `NewMagickWand'
wand.c:(.text+0x5c): undefined reference to `MagickReadImage'
wand.c:(.text+0x7b): undefined reference to `MagickGetException'
wand.c:(.text+0xc1): undefined reference to `MagickRelinquishMemory'
wand.c:(.text+0xdd): undefined reference to `MagickResetIterator'
wand.c:(.text+0x109): undefined reference to `MagickResizeImage'
wand.c:(.text+0x115): undefined reference to `MagickNextImage'
wand.c:(.text+0x139): undefined reference to `MagickWriteImages'
wand.c:(.text+0x158): undefined reference to `MagickGetException'
wand.c:(.text+0x19e): undefined reference to `MagickRelinquishMemory'
wand.c:(.text+0x1ba): undefined reference to `DestroyMagickWand'
wand.c:(.text+0x1c3): undefined reference to `MagickWandTerminus'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment