help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Linker won't find dll


From: Paul Pluzhnikov
Subject: Re: Linker won't find dll
Date: Fri, 22 Aug 2008 19:39:48 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Jumbo Shrimp, linux)

jjones7947@comcast.net 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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]