public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: "David A. Cobb" <superbiskit@home.com>
To: Cygwin General MailList <cygwin@cygwin.com>
Subject: Making GDBM [ a long story ]
Date: Fri, 13 Jul 2001 16:41:00 -0000	[thread overview]
Message-ID: <5.1.0.14.0.20010713193611.037f6060@mail> (raw)

Background: trying to configure an XEmacs-21.5.1--i686-pc-cygwin beta, 
selected --with-database=gdbm but got a complaint:
:[S!] Bash $ cd build-i686-pc-cygwin/
:[S!] Bash $ ../configure i686-pc-cygwin --prefix=/usr/local \
 > --exec-prefix=/usr/local/i686-pc-cygwin \
 > --without-x \
 > --with-gcc \
 > --with-site-lisp \
 > --with-database=gdbm \
 > --use-union-type
loading site script /etc/config.site
. . . .
checking for PostgreSQL
checking for libpq-fe.h... no
checking for pgsql/libpq-fe.h... no
checking for postgresql/libpq-fe.h... yes
checking for PQconnectdb in -lpq... yes
     Defining HAVE_POSTGRESQL
checking for PQconnectStart in -lpq... yes
! *** Even though I didn't request --with-database=postgresql !
. . . .
checking for sound support
checking for machine/soundcard.h... no
checking for sys/soundcard.h... yes
     xemacs will be linked with "linuxplay.o"
     Defining SOUNDCARD_H_FILE = "sys/soundcard.h"
     Defining HAVE_NATIVE_SOUND
checking for esd-config... no
     xemacs will be linked with "miscplay.o"
! *** THIS IS GOING TO BE ANOTHER PROBLEM *** !
. . . .
AND FINALLY
. . . .
checking for database support
checking for ndbm.h... no
Error: Required DBM support cannot be provided.
:[S!] Bash $

Aha! Maybe I need to build it locally {I thought}, so - get the source and 
. . . .
:[S!] Bash $ ../configure --target=i686-pc-cygwin \
 > --without-x \
 > --with-gnu-ld \
 > --exec-prefix=/usr/local/i686-pc-cygwin/
creating cache ./config.cache
checking for gcc... /usr/bin/gcc -mcygwin
checking whether the C compiler (/usr/bin/gcc -mcygwin  ) works... yes
. . . .
checking for /usr/bin/gcc option to produce PIC... -fPIC
checking if /usr/bin/gcc PIC flag -fPIC works... no
checking if /usr/bin/gcc static flag -static works... -static
checking if the linker 
(/usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/../../../../i686-pc-cygwin/bin/ld.exe) 
is GNU ld... yes
checking whether the linker 
(/usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/../../../../i686-pc-cygwin/bin/ld.exe) 
supports shared libraries... yes
checking command to parse /usr/i686-pc-Cygwin/bin//nm -B output... no
checking how to hardcode library paths into programs... immediate
checking for 
/usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/../../../../i686-pc-cygwin/bin/ld.exe 
option to reload object files... -r
checking dynamic linker characteristics... no
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
checking for working const... yes
. . . .
creating Makefile
creating autoconf.h
:[S!] Bash $ make
/bin/sh ../libtool --mode=compile /usr/bin/gcc -mcygwin -c   -I. -I.. -O 
../dbminit.c
../libtool: Can't open ../libtool: No such file or directory
make: *** [dbminit.lo] Error 2
:[S!] Bash $

SO, obviously I should do something differently.  What?

Tia,

David A. Cobb, Software Engineer, Public Access Advocate, All around nice guy.
Get my PGP key at
:< http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=superbiskit >
Fingerprint=0x{6E3E_DB8C_2E8C_4248_62B2_FE29_08EE_CF0A_3629_E954}
:< http://wwwkeys.pgp.net:11371/pks/lookup?op=get&search=superbiskit&fingerprint=on >
"By God's Grace I am a Christian man, by my actions a great sinner."
--The Way of a Pilgrim, R. M. French [tr.]
Potentially Viral Software is any software for which you are not allowed
to examine the source.  Do not buy or use Potentially Viral Software!
<---.----!----.----!----.----!----.----!----.----!----.----!----.---->


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

             reply	other threads:[~2001-07-13 16:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-13 16:41 David A. Cobb [this message]
2001-07-14 19:55 ` Charles S. Wilson
2001-07-17 14:06   ` David A. Cobb

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5.1.0.14.0.20010713193611.037f6060@mail \
    --to=superbiskit@home.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).