* ./gnuplot: can´t resolve symbol 'png_pass_ystart'
@ 2009-12-08 20:55 Niko Lau
2009-12-08 21:37 ` John Faith
0 siblings, 1 reply; 3+ messages in thread
From: Niko Lau @ 2009-12-08 20:55 UTC (permalink / raw)
To: openembedded-devel
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?
THX
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: ./gnuplot: can´t resolve symbol 'png_pass_ystart'
2009-12-08 20:55 ./gnuplot: can´t resolve symbol 'png_pass_ystart' Niko Lau
@ 2009-12-08 21:37 ` John Faith
2009-12-09 13:44 ` Niko Lau
0 siblings, 1 reply; 3+ messages in thread
From: John Faith @ 2009-12-08 21:37 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: ./gnuplot: can´t resolve symbol 'png_pass_ystart'
2009-12-08 21:37 ` John Faith
@ 2009-12-09 13:44 ` Niko Lau
0 siblings, 0 replies; 3+ messages in thread
From: Niko Lau @ 2009-12-09 13:44 UTC (permalink / raw)
To: openembedded-devel
Hi,
I built gnuplot statically then it worked fine.
There is something messed up with my handmade rfs. If I switch completly to
oe it should work also with dynamic libs.
Thanks.
2009/12/8 John Faith <john@soundmetrics.com>
> 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
>
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-12-09 13:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-08 20:55 ./gnuplot: can´t resolve symbol 'png_pass_ystart' Niko Lau
2009-12-08 21:37 ` John Faith
2009-12-09 13:44 ` Niko Lau
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.