[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Building on win32

From: Andreas Pakulat <apaku_at_gmx.de>
Date: 2007-05-19 02:18:15 CEST

On 18.05.07 08:13:56, D.J. Heap wrote:
> 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?

It seems like, although there doesn't seem to be an undefined reference
to apr_pcalloc in the error messages (even though that one is used in
the sources) all other apr_ functions are not defined

> Or do you get some but not
> others? What linker are you using?

This is using ld from the mingw package (a windows port of the Gnu C
Compiler)

Attached is the full output.

Andreas

-- 
You're ugly and your mother dresses you funny.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat May 19 02:18:42 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.