|
From: <lan...@qw...> - 2006-03-29 04:57:23
|
On Mar 28, 2006, at 9:22 PM, Hazen Babcock wrote:
>
> On Mar 28, 2006, at 11:00 PM, lan...@qw... wrote:
>
>> Getting closer 8^)
>
> Yep, I'd say that you've almost got it now.
>
>> mkdir: /usr/local/share/doc: Permission denied
>
> It looks like you don't have necessary permissions to create the
> directory "/usr/local/share/doc", which is probably true since, at
> least on my mac, the parent directory ("/usr/local/share") is owned
> by root & only root has write permission. I'd suggest running "make
> install" as super-user, i.e. try "sudo make install". This should
> give you the necessary permissions to finish the install.
>
> best,
> -Hazen
>
D'oh!
I did sudo make install and no errors are reported. Now all I have to
to is figure out how to test it.
So here are the steps that worked for me:
Make a copy of /usr/bin/c++filt and call it /usr/bin/c++filt3
Then run these commands:
./configure --disable-dyndrivers --disable-f77 --disable-octave
make LIBS="-Wl,-framework -Wl,Foundation"
sudo make install
Many thanks,
Jerry
|