Ubuntu 7.10 – C compiler cannot create executables – putty compile

Written by James McDonald

August 2, 2007

Fresh installation of Ubunut 7.10 from disk. No updates.

download and compile putty-0.60.tar.gz

command ./configure
error: C compiler cannot create executables
fix:
apt-get install libgtk1.2-dev
apt-get install gcc
apt-get install build-essential

./configure
make -f Makefile.gtk
make -f Makefile.gtk install

error: on make install /usr/local/man/man1 is not created
fix:
mkdir -p /usr/local/man/man1
rerun make -f Makefile.gtk install

done

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.

You May Also Like…

Adding BCC to Divi Contact Form

The Divi contact form allows you to send to multiple email addresses by opening the properties of the form and...