Linking using:
g++ -shared -o ${dllbuild}/jsummaraizer.dll ${cbuild}/jsummarizer.o $
{cbuild}/jsummarizer.def -L${librarydir} -lsummarizer37.dll
with C++ code in ant but get the error that the dll listed last cannot
be found.
Have previously used gcc (C code) with following:
gcc -shared -o ${dllbuild}/JNewton.dll ${cobjfiles} ${cbuild}/
jnewton.def ${dllbuild}/Newton.dll
this worked fine. Note no -l on second one. Both of these dlls are not
built on gcc.
Any ideals?
Jim
_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus