Make Q's
Michael ODonnell
michael.odonnell at comcast.net
Fri Sep 18 14:06:04 EDT 2009
As an experiment, can you link a helloWorld-style object (that needs
the symbols in question) against the libs in question?
In other words, arrange for that memcpy_cell(void*,blah,blah) to be
unresolved in your helloWorld object and then link it against the object
or lib you think should be providing it.
You can use readelf to provide more info than you'll ever need about
the various objects&libs in question; try this:
readelf --all yourObjectOrLibHere
...and then look for the symbol table info to confirm that your symbol
is provided/requested where you think it should be.
More information about the gnhlug-discuss
mailing list