Noah wrote:
> 
> Alexander Hansen wrote:
[]
>> You seem to be missing libXt.dylib, which should have been installed
>> as part of the X11 SDK.  The installer seems to like to leave out
>> files randomly.
>>
> HI,
> 
> so how do I fix this issue?

I suspect something more sinister.

If Alexander's diagnosis is correct, it might be sufficient to 
[re]install the X11SDK.pkg from the Xcode directory of your OSX disk.

If it works, fine. If not, you can try the following.

Run the 7 commands at the command line (cut and paste from the message)

  cd /tmp
  printf "test:\n" >Imakefile
  printf "\t%s '%s'\n" @echo 'incroot="${INCROOT}"' >>Imakefile 

  printf "\t%s '%s'\n" @echo 'usrlibdir="${USRLIBDIR}"' >>Imakefile
  printf "\t%s '%s'\n" @echo 'libdir="${LIBDIR}"' >>Imakefile
  xmkmf
  make test

and show what happens.



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Fink-beginners mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to