Nicolas Palix wrote:
> Hi,
>
> I get the following error when linking mtools 3.9.10-1.
>
>
> gcc -L/sw/lib   floppyd.o -o floppyd  -L/usr/X11/lib -lSM -lICE -lX11
> Undefined symbols:
>    "_XauFileName", referenced from:
>        _do_auth in floppyd.o
>        _do_auth in floppyd.o
>        _do_auth in floppyd.o
>        _alarm_signal in floppyd.o
>        _cleanup in floppyd.o
>        _serve_client in floppyd.o
> ld: symbol(s) not found
> collect2: ld returned 1 exit status
> make: *** [floppyd] Error 1
> ### execution of make failed, exit code 2
>
>
> Do you have any solution ?
>
> I use a 10.5 Mac with 10.4 fink source since some months.
> I still have the error after fink selfupdate / fink update-all
>
> Thank...
>
>   
I get the same thing (10.5.2 G4, using Xcode 3.0, and the X11 2.2 
update).  The odd part is that the symbol does seem to be defined on my 
system.  From the output of "otool -Tv" :

/usr/X11/lib/libXau.6.dylib:
Table of contents (8 entries)
module name      symbol name
single module    _XauDisposeAuth
single module    _XauFileName
single module    _XauGetAuthByAddr
single module    _XauGetBestAuthByAddr
single module    _XauLockAuth
single module    _XauReadAuth
single module    _XauUnlockAuth
single module    _XauWriteAuth



-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel

Reply via email to