-
-
Notifications
You must be signed in to change notification settings - Fork 226
Description
Configured like this:
./configure --framework=/path/that/doesn't/need/root/privileges
cd src
make; make install (this was fine)
cd ../tools
make; make install
Got this error:
ld: warning: directory not found for option '-L/opt/X11/lib'
Matthews-MacBook-Pro:tools matthew$ make install
cd tfmanager/ && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile install
cp -f "treefrog" "/usr/bin/treefrog"
cp: /usr/bin/treefrog: Permission denied
make[1]: [install_target] Error 1 (ignored)
cd tfserver/ && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile install
cp -f "tadpole" "/usr/bin/tadpole"
cp: /usr/bin/tadpole: Permission denied
make[1]: [install_target] Error 1 (ignored)
cd tmake/ && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile install
cp -f "tmake" "/usr/bin/tmake"
cp: /usr/bin/tmake: Permission denied
make[1]: [install_target] Error 1 (ignored)
cd tspawn/ && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile install
cp -f "tspawn" "/usr/bin/tspawn"
cp: /usr/bin/tspawn: Permission denied
make[1]: [install_target] Error 1 (ignored)
mkdir: /usr/share/treefrog/defaults/: Permission denied
make[1]: *** [install_defaults] Error 1
make: *** [sub-tspawn-install_subtargets] Error 2
treefog binary does not execute. I will not run the install with sudo privileges, as I do not really know what this application does.