[opencryptoki-users] build fail on Fedora 5
Brought to you by:
ebarretto
From: King G.G. <kin...@gm...> - 2006-07-06 07:20:27
|
Hi all I'm trying to build the openCryptoki 2.1.5-6 on Fedora 5 (kernel 2.6.15-1) and it fails saying: libtool: unrecognized option `--tag=CC' I used to have the same problem on RedHat Enterprise Linux 4 but there running "libtoolize -f" fixed the problem. On Fedora 5 it doesn't help. Here are the version infos on my build system: [gev@Fedora5 ~]$ gcc --version gcc (GCC) 4.1.0 20060304 (Red Hat 4.1.0-3) Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. [gev@Fedora5 ~]$ automake --version automake (GNU automake) 1.9.6 Written by Tom Tromey <tr...@re...>. Copyright 2005 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. [gev@Fedora5 ~]$ autoconf --version autoconf (GNU Autoconf) 2.59 Written by David J. MacKenzie and Akim Demaille. Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. [gev@Fedora5 ~]$ libtool --version ltmain.sh (GNU libtool) 1.5.22 (1.1220.2.365 2005/12/18 22:14:06) Copyright (C) 2005 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. What is strange is that running libtool from openCryptoki's folder reports: [gev@Fedora5 cryptoki]$ ./libtool --version ltmain.sh (GNU libtool) 1.4 (1.920 2001/04/24 23:26:18) Had anyone built openCryptoki on Fedora 5 and can help me to resolve this issue with libtool? Any help is appreciated Thanks in advance Gev |