﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
724	incorrect path when making preprocessor and cc symlinks at end of install	daveb@…	lfs-book@…	"When installing GCC-3.3.1 in part iii the current working directory after doing
the ""make install"" is /source/gcc-build

The instructions say to make symlinks with:
ln -s ../usr/bin/cpp /lib

I think the .. is wrong and should be
ln -s ../usr/bin/cpp /lib

The next command is:
ln -s gcc /usr/bin/cc

I think that should be
ln -s /usr/bin/gcc /usr/bin/cc

at least ... I think so ... I'm only just keeping up with this (learning heaps tho)"	defect	closed	lowest		Book	5.0	normal	invalid		
