ok.

config.log said that fuse.h asked for:  -D_FILE_OFFSET_BITS=64
what does that mean?
so I did
/usr/local/src/ltspfs# ./configure CFLAGS=-D_FILE_OFFSET_BITS=64

checking fuse.h usability... yes
checking fuse.h presence... no
configure: WARNING: fuse.h: accepted by the compiler, rejected by the
preprocessor!
configure: WARNING: fuse.h: proceeding with the compiler's result
checking for fuse.h... yes

I don't think this is going too well.

make
gcc -Wall -W -DFUSE_USE_VERSION=22 -D_REENTRANT -D_FILE_OFFSET_BITS=64
-D_FILE_OFFSET_BITS=64   -o ltspfs  ltspfs-ltspfs.oltspfs-common.o 
-lpthread
ltspfs-ltspfs.o: In function `timeout':ltspfs.c:(.text+0xb6):
undefined reference to `fuse_unmount'
ltspfs-ltspfs.o: In function `ltspfs_getattr':ltspfs.c:(.text+0x611):
undefined reference to `fuse_get_context'
ltspfs-ltspfs.o: In function `main':ltspfs.c:(.text+0x1b22): undefined
reference to `fuse_main_real_compat22'
collect2: ld returned 1 exit status
make: *** [ltspfs] Error 1

Chris.

On 2/10/06, Chris Fanning <[EMAIL PROTECTED]> wrote:
> right, the next hurdle.:)
> I'm now compiling ltspfs
>
> cd /usr/local/src
> cvs -d :pserver:[EMAIL PROTECTED]:/usr/local/cvsroot checkout ltspfs
> cd ltspfs
> ./configure
>
> checking fuse.h usability... no
> checking fuse.h presence... no
> checking for fuse.h... no
>
> make
>
> ltspfs-ltspfs.o: In function
> `timeout':/usr/local/src/ltspfs/ltspfs.c:77: undefined reference to
> `fuse_unmount'
> ltspfs-ltspfs.o: In function
> `ltspfs_getattr':/usr/local/src/ltspfs/ltspfs.c:307: undefined
> reference to `fuse_get_context'
> ltspfs-ltspfs.o: In function
> `main':/usr/local/src/ltspfs/ltspfs.c:1190: undefined reference to
> `fuse_main_real_compat22'
> collect2: ld returned 1 exit status
> make: *** [ltspfs] Error 1
> ++++++++++++++++
>
> fuse had installed libraries to
> /usr/local/include/fuse.h
> /usr/local/include/fuse/
>
> so I linked them to
> /usr/include/fuse.h
> /usr/include/fuse/
>
> but still no joy.
> checking fuse.h usability... no
> checking fuse.h presence... no
> checking for fuse.h... no
>
> any recomendations?
>
> Thanks.
> Chris.
>
>
> On 2/10/06, Chris Fanning <[EMAIL PROTECTED]> wrote:
> > oops. i had forgotten to ./configure again after installing xlib's.
> > now it has maked ok.
> >
> > Chris.
> >
> > On 2/10/06, Chris Fanning <[EMAIL PROTECTED]> wrote:
> > > hello,
> > >
> > > I'd like to try out ltspfs.
> > > I've installed fuse and their example/hello file system works.
> > >
> > > so now I'm at step:
> > > http://wiki.ltsp.org/twiki/bin/view/Ltsp/LtspFS#Installing_ltspfsd_on_your_termi
> > >
> > > ltspfsd_functions.o: In function
> > > `handle_auth':/usr/local/src/ltspfsd/ltspfsd_functions.c:1051:
> > > undefined reference to `XOpenDisplay'
> > > :/usr/local/src/ltspfsd/ltspfsd_functions.c:1060: undefined reference
> > > to `XCloseDisplay'
> > > :/usr/local/src/ltspfsd/ltspfsd_functions.c:1063: undefined reference
> > > to `XauFileName'
> > > :/usr/local/src/ltspfsd/ltspfsd_functions.c:1054: undefined reference
> > > to `XauFileName'
> > > collect2: ld returned 1 exit status
> > > make: *** [ltspfsd] Error 1
> > >
> > > any pointers please?
> > >
> > > Thankyou very much.
> > > Chris.
> > >
> >
>


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to