[GnomeMeeting-list] configure error with version 0.84



Hello,

I successfully compiled previous version of GnomeMeeting. With version
0.84, I got an issue during the configure step:
"configure: error: Only Linux and FreeBSD are supported. Please contact
the author"
Looking into config.log says that librairy cposix was found.
Effectively, I don't have this library on my system.

What is missing in my config? If someone has an idea, feel free to
reply.

Thanks for your help,

Denis

[root yoda GnomeMeeting-0.84.0]# ./configure
--with-openh323-includes=/home/denis/src/Gnome-src/openh323/include
--with-openssl-includes=/usr/local/ssl/include
--with-openssl-libs=/usr/local/ssl/lib
--with-ptlib-includes=/home/denis/src/Gnome-src/pwlib/include
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles...
no
checking for perl... /usr/bin/perl
date: unrecognized option `--iso-8601=seconds'
Try `date --help' for more information.
checking for gnome-config... /usr/bin/gnome-config
checking if /usr/bin/gnome-config works... yes
checking for orbit-config... /usr/local/bin/orbit-config
checking for orbit-idl... /usr/bin/orbit-idl
checking for working ORBit environment... yes
checking for gnorba libraries... yes
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for c++... c++
checking whether the C++ compiler (c++  ) works... yes
checking whether the C++ compiler (c++  ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking for strerror in -lcposix... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
configure: error: Only Linux and FreeBSD are supported. Please contact
the author

config.log:
-----------
configure:1660: checking for strerror in -lcposix
configure:1679: gcc -o conftest -g -O2   conftest.c -lcposix   1>&5
/usr/bin/ld: cannot find -lcposix
collect2: ld returned 1 exit status
configure: failed program was:
#line 1668 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char strerror();

int main() {
strerror()
; return 0; }
configure:1702: checking how to run the C preprocessor
configure:1723: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1782: checking for ANSI C header files
configure:1795: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1862: gcc -o conftest -g -O2   conftest.c  1>&5





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]