Hi!
I tried to install the tiger in the fedora 3 and he gave the mistakes below:

make
cd c && make install
make[1]: Entering directory `/root/tiger/c'
gcc -DNEEDGETWD -o realpath realpath.c
realpath.c:58: error: conflicting types for 'getcwd'
/usr/include/unistd.h:448: error: previous declaration of 'getcwd' was here
realpath.c:58: error: conflicting types for 'getcwd'
/usr/include/unistd.h:448: error: previous declaration of 'getcwd' was here
realpath.c:59: error: conflicting types for 'readlink'
/usr/include/unistd.h:740: error: previous declaration of 'readlink' was here
realpath.c:59: error: conflicting types for 'readlink'
/usr/include/unistd.h:740: error: previous declaration of 'readlink' was here
make[1]: *** [realpath] Error 1
make[1]: Leaving directory `/root/tiger/c'
make: *** [all] Error 2



[root@ tiger]# grep getcwd /usr/include/unistd.h
extern char *getcwd (char *__buf, size_t __size) __THROW;
[root@  tiger]#
[root@  tiger]# grep -A 1 readlink /usr/include/unistd.h
extern int readlink (__const char *__restrict __path, char *__restrict __buf,
                  size_t __len) __THROW __nonnull ((1, 2));

do you know it what can do?

thank you
Luciana



_______________________________________________
Tiger-user mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tiger-user

Reply via email to