Sergio Abarca wrote:
[]
> %what /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
> /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
> %file /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
> /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld: Mach-O universal 
> binary with 2 architectures
> /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld (for architecture ppc):  
> Mach-O executable ppc
> /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld (for architecture i386): 
> Mach-O executable i386
> %ls -l /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
> lrwxr-xr-x  1 root  wheel  18 Jan 14 13:39 /usr/libexec/gcc/i686-
> apple-darwin9/4.0.1/ld@ -> 
> ../../../../bin/ld
> 
> How does this look like?

There is one information missing, namely what the file itself looks 
like. I used "ls -lL" to get to the file the symbolic link points to, 
but you can simply show the result of

ls -l /usr/bin/ld

-- 
Martin


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to