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

Re: Building static AIX client

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-07-14 19:55:32 CEST

On 7/14/06, Justin Johnson <justinjohnson@gmail.com> wrote:
> On 7/14/06, Garrett Rooney <rooneg@electricjellyfish.net> wrote:
>
> [snip]
>
> > If I had to guess I'd say that you are failing to link in some sort of
> > magical AIX libc library, but honestly, we're deep in the AIX voodoo
> > that I don't even pretend to understand...
>
> I tried adding -L/lib to LDFLAGS, CFLAGS,and CPPFLAGS, since that is
> where I say libC.a. I still get the same error.

Well, adding -L/lib will tell it to look there, but you still need to
tell it to actually link it in. Perhaps adding -lC will help? Of
course, that assumes that libC.a is the C library, it could very well
be a c++ runtime library or something, like I said, I'm not an AIX
person.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 14 19:56:54 2006

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.