pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

compiling ImageMagick on NetBSD 5



I don't seem to be able to compile ImageMagick (2014Q3) on NetBSD 5,
neither with gcc 4.9:

  CCLD     utilities/animate
/usr/pkg/gcc49/lib/./libstdc++.so.6: undefined reference to `_Unwind_GetIPInfo'
Makefile:6825: recipe for target 'utilities/animate' failed
gmake[1]: *** [utilities/animate] Error 1

nor after having encouraged use of the older gcc 4.4:

  CCLD     utilities/animate
/usr/pkg/gcc44/lib/libstdc++.so.6: undefined reference to `_Unwind_GetIPInfo'
Makefile:6825: recipe for target 'utilities/animate' failed
gmake[1]: *** [utilities/animate] Error 1


Cheers,

Patrick


Home | Main Index | Thread Index | Old Index