Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- aprykin@work:~/image_proc$ g++ `Magick++-config --cxxflags --cppflags` -O2 -o main src/main.cpp `Magick++-config --ldflags --libs` -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1
- /usr/local/bin/Magick++-config: 47: --cflags: not found
- /usr/local/bin/Magick++-config: 50: --cflags: not found
- /usr/local/bin/Magick++-config: 53: --libs: not found
- /usr/local/bin/Magick++-config: 56: --libs: not found
- /usr/bin/ld: /tmp/ccYflE0T.o: in function `main':
- main.cpp:(.text.startup+0x5f): undefined reference to `Magick::InitializeMagick(char const*)'
- /usr/bin/ld: main.cpp:(.text.startup+0x67): undefined reference to `Magick::Image::Image()'
- /usr/bin/ld: main.cpp:(.text.startup+0x84): undefined reference to `Magick::Image::read(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
- /usr/bin/ld: main.cpp:(.text.startup+0xa9): undefined reference to `Magick::Geometry::Geometry(unsigned long, unsigned long, long, long)'
- /usr/bin/ld: main.cpp:(.text.startup+0xb4): undefined reference to `Magick::Image::crop(Magick::Geometry const&)'
- /usr/bin/ld: main.cpp:(.text.startup+0xbc): undefined reference to `Magick::Geometry::~Geometry()'
- /usr/bin/ld: main.cpp:(.text.startup+0xd9): undefined reference to `Magick::Image::write(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
- /usr/bin/ld: main.cpp:(.text.startup+0xec): undefined reference to `Magick::Image::~Image()'
- /usr/bin/ld: /tmp/ccYflE0T.o: in function `main.cold':
- main.cpp:(.text.unlikely+0x6a): undefined reference to `Magick::Geometry::~Geometry()'
- /usr/bin/ld: main.cpp:(.text.unlikely+0x83): undefined reference to `Magick::Image::~Image()'
- /usr/bin/ld: /tmp/ccYflE0T.o:(.data.rel.local.DW.ref._ZTIN6Magick9ExceptionE[DW.ref._ZTIN6Magick9ExceptionE]+0x0): undefined reference to `typeinfo for Magick::Exception'
- collect2: error: ld returned 1 exit status
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement