On Wed, Sep 10, 2008 at 6:10 PM, Vijay Kumar <[EMAIL PROTECTED]>wrote:

> You will have to execute the gcc command within the siefs sub-directory,
> which contains the .o files. That is do cd /opt/siefs-0.5/siefs and then run
> the gcc command.
>
> BTW, this is just a hack. The right way to do it would be to modify
> siefs/Makefile.am and change
>
> LDADD = $(fuseinst)/lib/libfuse.a -lpthread
>
> to
>
> LDADD = $(fuseinst)/lib/libfuse.a -lpthread -lrt -ldl
>

I went through the *Makefile.am *file, but didn`t find anything called
"LDADD = .... "
Anyway, i wrote your given line.
Then automake it.
The thing which came:
*
[EMAIL PROTECTED]:/opt/siefs-0.5# automake
configure.in:2: version mismatch.  This is Automake 1.10.1,
configure.in:2: but the definition used by this AM_INIT_AUTOMAKE
configure.in:2: comes from Automake 1.6.3.  You should recreate
configure.in:2: aclocal.m4 with aclocal and run automake again.
/usr/share/automake-1.10/am/depend2.am: am__fastdepCC does not appear in
AM_CONDITIONAL
/usr/share/automake-1.10/am/depend2.am:   The usual way to define
`am__fastdepCC' is to add `AC_PROG_CC'
/usr/share/automake-1.10/am/depend2.am:   to `configure.in' and run
`aclocal' and `autoconf' again.
siefs/Makefile.am:3: `CFLAGS' is a user variable, you should not override
it;
siefs/Makefile.am:3: use `AM_CFLAGS' instead.
*
Then i autoconf it. Nothing appeas.
After that, i ran make command, and it came:

[EMAIL PROTECTED]:/opt/siefs-0.5# make
cd . && \
      automake-1.6 --gnu  Makefile
/bin/bash: line 1: automake-1.6: command not found
make: *** [Makefile.in] Error 127
*

-- 
Best,
Z
_______________________________________________
To unsubscribe, email [EMAIL PROTECTED] with 
"unsubscribe <password> <address>"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to