Ok. When linking them, is there anything special about the order?

i.e. is

ar crv lib.a blah.o afs.exp
ranlib lib.a

functionaly equivalent to

ar crv lib.a blah.o
ranlib lib.a
ar crv lib.a afs.exp

or does it have to be done in that special ordering?

-- Nathan

> -----Original Message-----
> From: Brandon S. Allbery KF8NH [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, October 11, 2001 12:39 PM
> To: Neulinger, Nathan; '[EMAIL PROTECTED]'
> Subject: Re: [OpenAFS-devel] AIX .exp files? do they have to be
> installed?
> 
> 
> On Thursday, October 11, 2001 12:36:47 -0500, "Neulinger, Nathan" 
> <[EMAIL PROTECTED]> wrote:
> +-----
> | i.e. would an application linking against afs libraries 
> need to reference
> | afs.exp?
> +--->8
> 
> The linker definions of pioctl and setpag live there, so yes. 
>  Think of it 
> as being a Windows-like export library for a DLL.
> 
> -- 
> brandon s. allbery  [os/2][linux][solaris][freebsd]   
> [EMAIL PROTECTED]
> system administrator   [JAPH][WAY too many hats]        
> [EMAIL PROTECTED]
> electrical and computer engineering                           
>         KF8NH
> carnegie mellon university     [linux: proof of the million 
> monkeys theory]
> 
_______________________________________________
OpenAFS-devel mailing list
[EMAIL PROTECTED]
https://lists.openafs.org/mailman/listinfo/openafs-devel

Reply via email to