Re: [CentOS] compiling libarchive

2008-09-05 Thread Mag Gam
I got it to work. Thanks all! On Fri, Sep 5, 2008 at 10:26 AM, Peter Kjellstrom <[EMAIL PROTECTED]> wrote: > On Friday 05 September 2008, Mag Gam wrote: >> Got libarchive compiled fine, now trying to compile archivemount I >> keep getting this error now: >> >> gcc -D_FILE_OFFSET_BITS=64 -O2 -DNDE

Re: [CentOS] compiling libarchive

2008-09-05 Thread Peter Kjellstrom
On Friday 05 September 2008, Mag Gam wrote: > Got libarchive compiled fine, now trying to compile archivemount I > keep getting this error now: > > gcc -D_FILE_OFFSET_BITS=64 -O2 -DNDEBUG -Wall -W -MM archivemount.c > dep > gcc -larchive -lfuse -o archivemount archivemount.o Unless I'm mistaken, o

Re: [CentOS] compiling libarchive

2008-09-05 Thread Mag Gam
Thanks Ralph. Got libarchive compiled fine, now trying to compile archivemount I keep getting this error now: gcc -D_FILE_OFFSET_BITS=64 -O2 -DNDEBUG -Wall -W -MM archivemount.c > dep gcc -larchive -lfuse -o archivemount archivemount.o archivemount.o(.text+0x1474): In function `save': : undefined

Re: [CentOS] compiling libarchive

2008-09-05 Thread Ralph Angenendt
Mag Gam wrote: > Has anyone been able to compile libarchive and archivemount? I want to > use this with fuse. > > The compile is very tough for libarchive, I keep getting > tar/write.c:730: error: `EXT2_IOC_GETFLAGS' undeclared (first use in > this function) e2fsprogs-devel is missing on your mac

[CentOS] compiling libarchive

2008-09-04 Thread Mag Gam
Has anyone been able to compile libarchive and archivemount? I want to use this with fuse. The compile is very tough for libarchive, I keep getting c -o tar/bsdtar-util.o `test -f 'tar/util.c' || echo './'`tar/util.c mv -f tar/.deps/bsdtar-util.Tpo tar/.deps/bsdtar-util.Po gcc -DHAVE_CONFIG_H -I.