Re: [sleuthkit-users] SleuthKit Make under Fedore Core 4
Brought to you by:
carrier
From: Angus M. <an...@n-...> - 2005-06-29 13:40:52
|
On Wed Jun 29 13:29 , 'Conley, Tom' <tom...@us...> sent: >I am receiving the following error when attempting make of Sleuthkit >under Fedora Core 4 >any ideas?? > >ntfs.c : In function 'ntfs_proc_attseq': >ntfs.c:770: error: invalid lvalue in assignment OK - here's the story : Fedora Core 4 ships with gcc 4.0.0 gcc 4.0.0 prohibits the use of casts as lvalues in assignments. The only exception to this is Apple's version of gcc 4.0.0 which has an additional switch to modify the behaviour. Current best bet for a solution would be to switch to an older gcc 3.x.x for compilation of sleuthkit (or switch to MacOS ;-) ). --> Brian - this is going to be a heck of a gotcha as more users upgrade to gcc 4.x.x |