From: John Faith <john@soundmetrics.com>
To: "openembedded-devel@lists.openembedded.org"
<openembedded-devel@lists.openembedded.org>
Subject: Re: ./gnuplot: can´t resolve symbol 'png_pass_ystart'
Date: Tue, 08 Dec 2009 13:37:00 -0800 [thread overview]
Message-ID: <4B1EC6FC.90207@soundmetrics.com> (raw)
In-Reply-To: <c1c0c07e0912081255r2bcb06c9mcf5485d478bad1dc@mail.gmail.com>
Niko Lau wrote:
> Hello,
>
> I have a custom board based on the at91sam9260 with a handmade linux system.
> I'm now trying to switch to a oe system.
> I went throught the getting started and made the helloworld program (with
> uclib), which worked fine on my board.
> After that I built gnuplot. When I try to start it on my board I get the
> above error.
> Sounds for me like a missing lib, but libpng and libgd is on the target.
> Has someone a idea what the problem is?
>
>
Hi Niko,
You might try 'strace gnuplot' to see exactly what's failing at run
time. Even if libpng is installed , you might get a missing symbol
error for png_pass_ystart if you've built against a different version
than what's installed. I'd guess just building gnuplot in oe without
first building the libs it needs is the root cause. You could check
your gnuplot build log to make sure headers from outside oe are not
leaking in somehow.
If libpng is left over from building your pre-oe target file system, you
should rebuild everything using oe.
Good luck,
John
next prev parent reply other threads:[~2009-12-08 21:40 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-08 20:55 ./gnuplot: can´t resolve symbol 'png_pass_ystart' Niko Lau
2009-12-08 21:37 ` John Faith [this message]
2009-12-09 13:44 ` Niko Lau
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4B1EC6FC.90207@soundmetrics.com \
--to=john@soundmetrics.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.