PDA

View Full Version : Help on X11 and Installing APPS


toryblaha
02-22-2003, 08:50 PM
I am pulling my hair out here. I am new to X11 and I am having issues. I have Downloaded X11, the Developers Tool Kit and Fink. I have updated my xfree86 but I am still unable to install or compile apps such as aterm or matt's trace route. What am I doing wrong.
1) I am getting the error "no acceptable cc found" when trying to configure.

=========
[mac:~] tory% cat .cshrc
source /sw/bin/init.csh

=========
[mac:~/Desktop/mtr-0.52] tory% ./configure
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... no
checking for working aclocal... found
checking for working autoconf... missing
checking for working automake... found
checking for working autoheader... missing
checking for working makeinfo... found
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
=========
[mac:/sw] tory% ls -la
total 0
drwxr-xr-x 12 root admin 408 Feb 22 21:16 .
drwxr-xr-t 44 root admin 1496 Feb 22 18:21 ..
drwxr-xr-x 80 root admin 2720 Feb 22 18:21 bin
drwxr-xr-x 7 root admin 238 Feb 22 18:21 etc
drwxr-xr-x 9 root admin 306 Feb 22 18:21 fink
drwxr-xr-x 2 tory admin 68 Feb 22 21:16 fink.tmp
drwxr-xr-x 22 root admin 748 Feb 22 18:21 include
drwxr-xr-x 47 root admin 1598 Feb 22 18:21 lib
drwxr-xr-x 9 root admin 306 Feb 22 18:21 sbin
drwxr-xr-x 13 root admin 442 Feb 22 18:21 share
drwxr-xr-x 36 root admin 1224 Feb 22 19:56 src
drwxr-xr-x 8 root admin 272 Feb 22 18:21 var
==============
[mac:/usr/X11R6] tory% ls -la
total 24
drwxr-xr-x 8 root wheel 272 Feb 22 17:41 .
drwxr-xr-x 11 root wheel 374 Feb 22 17:41 ..
-r--r--r-- 1 root wheel 1498 Feb 10 22:50 ACKNOWLEDGEMENTS
-r--r--r-- 1 root wheel 4594 Feb 10 22:50 README
drwxr-xr-x 134 root wheel 4556 Feb 16 11:10 bin
drwxr-xr-x 7 root wheel 238 Feb 22 17:41 include
drwxr-xr-x 120 root wheel 4080 Feb 22 17:41 lib
drwxr-xr-x 5 root wheel 170 Feb 22 17:41 man

larkost
02-22-2003, 09:04 PM
There are three things from Apple that you need. The developers tools (this includes the compiler.. aka cc), the X11 application, and the X11 developers kit (this includes the headder files you need). I have a feeling you are missing one of them.

toryblaha
02-22-2003, 09:19 PM
Thanks, Where do I get the third componenent. I downloaded X11 from apple.com/x11/download and the 3.9 MB X11 for Mac OS X Public Beta SDK file on the same page(bottom right). Where do I get the third component?

larkost
02-22-2003, 09:35 PM
You need to sign up for the free developer's account at connect.apple.com

sao
02-23-2003, 12:08 AM
Register for free at:

http://www.apple.com/developer/

download and install Apple's December 2002 Developer Tools.

wrote:
I have updated my xfree86
How did you installed xfree86?

If you installed it with Apple's X11, then if you want to use Fink to install things, you need to install the 'system-xfree86' placeholder package, see the instructions on the FAQs at the top of the page.