Displaying 3 results from an estimated 3 matches for "lmagick".
Did you mean:
rmagick
2007 Dec 13
0
Errors building RMagick on Linux
...re
export LD_LIBRARY_PATH=/usr/local/lib
echo $LD_LIBRARY_PATH
make
---------------------------------------
gcc -shared -L/usr/local/lib -L''/usr/local/lib'' -Wl,-R''/usr/local/
lib'' -o RMagick.so rmutil.o rmilist.o rmdraw.o rmimage.o rmfill.o
rmmain.o rminfo.o -lMagick -ljpeg -lpng -lz -lm -lpthread -lWand -
lMagick -ldl -lcrypt -lm -lc
/usr/bin/ld: /usr/local/lib/libMagick.a(magick_libMagick_la-
animate.o): relocation R_X86_64_32 against `a local symbol'' can not be
used when making a shared object; recompile with -fPIC
/usr/local/lib/libMagick.a: coul...
2007 Feb 13
2
anyone has C++ STL classes stability issue if used with R
...counting.o tools.o -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0
-lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender
-lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11
-lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -L/usr/lib
-L/usr/X11R6/lib -lfreetype -lz -L/usr/lib -lMagick -llcms -ltiff
-lfreetype -ljasper -ljpeg -lpng -lXext -lSM -lICE -lX11 -lbz2 -lxml2
-lz -lpthread -lm -lpthread
--------------------------------------------------------------------------
It could be I am missing something totally simple and therefore get
these errors, but I cannot identify what...
2006 Jun 28
0
installing rmagick
...ing for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for ruby... /usr/bin/ruby
checking for Magick-config... Magick-config
checking for InitializeMagick in -lMagick... no
RMagick configuration failed with status 1.
trying to install from tarball does much the same...
I had no such problems on Fedora Core 5
FC-5 ImageMagick-6.2.5.4...
RHEL 4 ImageMagick-6.2.3.0...
is this my problem? suggestions?
Craig