> libhwrld.so: HelloWorld.C HelloWorld.h
>       g++ $(CXXFLAGS) $< -o $@

This isn't the right way to generate a .so file. 

You need to use the -shared switch on gcc (I presume this is also 
supported by g++, but you can use gcc to transform a g++-generated
.o file into a .so).

Matt Welsh, UC Berkeley


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to