Re: problems with balsa 1.2.4



> OK, what about remaining files? Did you remove config.cache before 
> running configure?
> CAn you run configure again BUT modified one. Look for a line with
>          LIBS="$LIBS -lssl -lcrypto"
> and add an echo "blah" there to check if it gets executed, ok?

yup, this time with the echo enabled...

-- 
Name....: Ali Akcaagac
Status..: Student Of Computer & Economic Science
E-Mail..: mailto:ali.akcaagac@stud.fh-wilhelmshaven.de
WWW.....: http://www.fh-wilhelmshaven.de/~akcaagaa
#!/bin/sh
# Begin /mnt/private/temp/3.txt

./configure --prefix=/usr/local --with-gnome --enable-all --enable-threads --enable-gtkhtml --disable-more-warnings && \
make

exit 0
# End /mnt/private/temp/3.txt
--- configure.orig	Mon Jan 21 22:50:49 2002
+++ configure	Mon Jan 21 22:51:44 2002
@@ -9334,6 +9334,7 @@
 else
         echo "$ac_t""yes" 1>&6
         LIBS="$LIBS -lssl -lcrypto"
+	echo "blah for pawel"
 	if test "x$ssldir" != xdefault ; then
 		CPPFLAGS="-I${ssldir}/include $CPPFLAGS"
 	fi
creating cache ./config.cache
checking for a BSD compatible install... /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 gnome-config... /usr/local/bin/gnome-config
checking if /usr/local/bin/gnome-config works... yes
checking for orbit-config... /usr/local/bin/orbit-config
checking for orbit-idl... /usr/local/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 strerror in -lcposix... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for bison... bison -y
checking for Cygwin environment... no
checking for mingw32 environment... no
checking host system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking for object suffix... o
checking for executable suffix... no
checking command to parse /usr/bin/nm -B output... ok
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking for glib-config... /usr/local/bin/glib-config
checking for GLIB - version >= 1.2.0... yes
checking for pthread_create in -lpthread... yes
checking for gtk-config... /usr/local/bin/gtk-config
checking for GTK - version >= 1.2.0... yes
checking for SmcSaveYourselfDone in -lSM... yes
checking for X11/SM/SMlib.h... yes
checking for XpmFreeXpmImage in -lXpm... yes
checking for new_pspell_manager in -lpspell... yes
checking for gnome-libs version >= 1.2.1... yes
checking for jw... no
checking for libgnomeui/gnome-window-icon.h... yes
checking for gnome-config... (cached) /usr/local/bin/gnome-config
checking for GNOME-PRINT - version >= 0.25.0... found 0.34
checking for ranlib... (cached) ranlib
checking for working const... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... yes
checking for unistd.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for argz.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for nl_types.h... yes
checking for malloc.h... yes
checking for string.h... yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getcwd... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for strchr... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for stpcpy... yes
checking for LC_MESSAGES... yes
checking whether NLS is requested... yes
checking for libintl.h... yes
checking for gettext in libc... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed...  az bg ca cs da de en_GB el es et fi fr ga hu it ja ko lt nl no nn pl pt pt_BR ro ru sk sl sv tr uk wa zh_CN
sed: can't read ./intl/po2tbl.sed.in: No such file or directory
checking for crypt in -lcrypt... yes
checking for sigaction.h... no
checking for sigset.h... no
checking whether to build unfinished features... yes
checking whether to use threads... yes
checking whether to use LDAP... no
checking whether to use GtkHTML... yes
checking whether to use GdkPixbuf... yes
checking whether to install into Gnome's prefix... yes
checking for gawk... gawk
checking whether to build ESMTP support... yes
checking for smtp_start_session in -lesmtp... yes
checking for smtp_option_require_all_recipients in -lesmtp... yes
checking for smtp_starttls_set_password_cb in -lesmtp... yes
checking for iconv_open in -liconv... no
checking for iconv_open... yes
checking whether to use PCRE... not found
GNOME libs to link against: glib gtk gnome gnomeui print gtkhtml gdk_pixbuf
checking whether to build SSL support... yes
blah for pawel
checking whether to build GSS support... no
checking for CVS information... no
updating cache ./config.cache
creating ./config.status
creating Makefile
creating balsa.1
creating balsa.spec
creating po/Makefile.in
creating macros/Makefile
creating intl/Makefile
creating sounds/Makefile
creating images/Makefile
creating help/Makefile
creating help/C/Makefile
creating libbalsa/Makefile
creating libinit_balsa/Makefile
creating src/Makefile
creating config.h
configuring in libmutt
running /bin/sh ./configure  --prefix=/usr/local --with-gnome --enable-all --enable-threads --enable-gtkhtml --disable-more-warnings --cache-file=.././config.cache --srcdir=.
loading cache .././config.cache
checking for a BSD compatible install... (cached) /bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) 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 for gcc... (cached) 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... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking whether make sets ${MAKE}... (cached) yes
checking for a BSD compatible install... /bin/install -c
checking for Cygwin environment... (cached) no
checking for mingw32 environment... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking host system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for ld used by GCC... (cached) /usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... (cached) yes
checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... (cached) yes
checking how to recognise dependant libraries... (cached) pass_all
checking for object suffix... (cached) o
checking for executable suffix... (cached) no
checking command to parse /usr/bin/nm -B output... (cached) ok
checking for dlfcn.h... (cached) yes
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking for objdir... .libs
checking for gcc option to produce PIC... (cached)  -fPIC
checking if gcc PIC flag  -fPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.lo... (cached) yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
creating libtool
checking whether to enable maintainer-specific portions of Makefiles... no
checking host system type... i686-pc-linux-gnu
checking for prefix... /usr/local
checking for sendmail... /usr/sbin/sendmail
checking for ispell... no
checking for ANSI C header files... (cached) yes
checking for stdarg.h... yes
checking for sys/ioctl.h... yes
checking for sysexits.h... yes
checking return type of signal handlers... void
checking for sys_siglist declaration in signal.h or unistd.h... yes
checking size of long... 4
checking for pid_t... yes
checking for setegid... yes
checking for srand48... yes
checking for strerror... yes
checking for strcasecmp... (cached) yes
checking for ftruncate... yes
checking for strftime... yes
checking for fchdir... yes
checking for regcomp... yes
checking where new mail is stored... /var/mail
checking if /var/mail is world writable... yes
checking where to put architecture-independent data files... ${prefix}/share/misc
checking for setsockopt... yes
checking for gethostent... yes
checking for getaddrinfo... yes
checking whether to build GSS support... no
checking for iconv... yes
checking whether this iconv is good enough... yes
checking whether iconv is non-transcribing... no
checking whether to use PCRE... not found
updating cache .././config.cache
creating ./config.status
creating Makefile
creating imap/Makefile
creating muttconfig.h

================ Final configuration ===================
    Installing into prefix: /usr/local
      Using multithreading: yes
 Using incomplete features: yes
Installing some files into  
            Gnome's prefix: yes (may require root privileges)
   Enable compile warnings: no
                Use ESMTP : yes
               Use GtkHTML: yes
                  Use LDAP: no
                   Use GSS: no
                   Use SSL: no
          Printing support: yes



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