[EMAIL PROTECTED] writes:

> g++ -shared -o ${dllbuild}/jsummaraizer.dll ${cbuild}/jsummarizer.o $
> {cbuild}/jsummarizer.def -L${librarydir} -lsummarizer37.dll
...
> Any ideals?

Yes, some of us have ideals, but you are probably looking for ideas.

Please RTFM and understand the meaning of '-lfoo'.

Hint: it makes the linker look for libfoo.{a,so} (and perhaps also
libfoo.dll on Windows).

Now substitute 'summarizer37.dll' for 'foo' and see if any of the
resulting files (the first of which is 'libsummarizer37.dll.a')
exist on your system.

Cheers,
-- 
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to