[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: Justin Johnson <justinjohnson_at_gmail.com>
Date: 2006-07-14 20:22:51 CEST

> >
> > 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.

I found the symbols in /lib/libnsl.a. I also verified that I'm
passing -L/lib and -lnsl to gcc.

The error message says I should pass the -bloadmap or -bnoquiet option
to obtain more information, but I'm not sure how to pass options to ld
through gcc.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 14 20:24:07 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.