From mboxrd@z Thu Jan 1 00:00:00 1970 From: Klaus Schwarzkopf Date: Thu, 17 Mar 2011 12:05:05 +0100 Subject: [Buildroot] can't load library 'libgomp.so.1' Message-ID: <4D81EAE1.7090903@sensortherm.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hi, if have installed imagemagick. On my target, i have this error: # convert --version convert: can't load library 'libgomp.so.1' I copied the lib and it works: cp /opt/buildroot-git/output/host/usr/arm-unknown-linux-uclibcgnueabi/lib/libgomp.so.1.0.0 ${TARGET}/usr/lib/libgomp.so.1 # convert --version Version: ImageMagick 6.6.7-6 2011-03-17 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC Features: OpenMP Can you fix it? Regards, Klaus