Thanks, that is what I needed. ld -o libkaffe_hello.so *.o works perfectly. Brian James wrote: > Well, if it still works this way (I've seen nothing to suggest that it > has changed) you need to make a __very__ small adjustment. > > On the link stage to the shared library, the name of the library must be > libkaffe_<YourLibName>.so. Easy eh?