On 5/16/07, Andreas Pakulat <apaku@gmx.de> wrote:
[snip]
>
> Ok, here's the update (although I probably should talk to the apr people
> instead):
>
> The apr import lib has 2 symbols for each exported function, one has an
> underscore at the beginning (i.e. declspec(dllexport) was used) the
> other one is __imp__<functioname> because its extern C.
>
> It seems that my linker has a problem with this, the first problematic
> symbol is said to be "apr_initialize". I was told that this should
> rather be _apr_initialize or __imp__apr_initialize.
>
> I checked wether the APR_DECLARE macro expands to the version that has
> __declspec(dllimport) and it does, however I don't see the declspec
> macro in the preprocessed sources.
>
> Any ideas? If not I'll talk to the apache people about this. And thanks
> for your help getting this compiled.
Is it failing to find any symbols at all? Or do you get some but not
others? What linker are you using?
DJ
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri May 18 16:14:31 2007