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.
 
_______________________________________________
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/

Reply via email to