From: Henry Ip [LIB] <lb...@in...> - 2006-08-17 08:45:05
Attachments:
configure_gdbm.txt
|
$ ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output file name... a.exe checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... .exe checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc checking how to run the C preprocessor... gcc -E checking for a BSD-compatible install... /usr/bin/install -c checking whether make sets $(MAKE)... (cached) yes checking for sqrt in -lm... yes checking for dbm_open in -lgdbm... no checking for dbm_open in -lgdbm_compat... no checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... no checking for stdint.h... no checking for unistd.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking ndbm.h usability... no checking ndbm.h presence... no checking for ndbm.h... no checking gdbm/ndbm.h usability... no checking gdbm/ndbm.h presence... no checking for gdbm/ndbm.h... no configure: WARNING: configure has detected that you do not have an appropriate ndbm header file installed on your system. Compilation cannot proceed. Please = install ndbm.h or gdbm/ndbm.h on your system, or write to inf...@li... for = advice. checking for an ANSI C-conforming const... yes checking for off_t... yes checking for size_t... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking whether lstat dereferences a symlink specified with a trailing = slas no checking whether stat accepts an empty string... yes checking for getcwd... yes checking for memset... yes checking for setlocale... yes checking for sqrt... yes checking for strchr... yes checking for strdup... yes checking for strstr... yes checking for dbm_open... no checking for dbm_close... no checking for dbm_fetch... no checking for dbm_store... no configure: WARNING: configure could not find all of the necessary DBM = functi (dbm_open, dbm_close, dbm_fetch, dbm_store). This = probably means that configure could not find your DBM library, or that you do not have a DBM library installed. (See above output for the results of library checks.) Please = install a DBM-compatible library (such as GNU DBM) or write to inf...@li... for advice. configure: error: One or more errors found (see output above for details). Configuration unsuccessful. |
From: Dominic W. <wi...@ma...> - 2006-08-17 12:48:39
|
Hi Henry, I'm afraid you're getting beyond my competence here, though hopefully one of the more dedicated Windows / Cygwin users can help you out. I have only ever installed gdbm on Windows using the Cygwin package manager GUI, and it's generally "just worked" without my having to intervene at the command line. Have you tried the package manager? If you're missing uninstalled dependencies it should help. Best wishes, Dominic On Aug 17, 2006, at 4:47 AM, Henry Ip [LIB] wrote: > Dear Sir, > > I have tried to install the GDBM. However, it seems to have problems. > Is it related to the cygwin? Or any other issues? > > Please help. > Thanks, > Henry > > >>> Henry Ip [LIB] 17/8/2006 04:04 >>> > Dear Sir, > > Thanks for your promt response. > I decided to use Windows platform with Cygwin software. > I have try the configure but still have problems. It seems to be a > missing dbm. > Any suggestion for this kind of problems? > P.S. Please check the output file from my computer. > > Thanks, > Henry > > >>> Dominic Widdows <wi...@ma...> 16/8/2006 08:24 >>> > Dear Henry, > > I hope we can help with some of these things, though it sounds as > though it will need some work. > > > Dear Sir/Madam, > > > > I am interested for the infomap project and I would like to > > launched the demo. > > However, I have difficulty when I am installing it. > > like checking whether we are cross compiling... no,checking for > > stdint.h... no etc. > > How can I solve these kind of problem and can successfully install > > the software. > > Is this the output from running "./configure"? I would expect headers > like "stdint.h" to come with gcc (I might be wrong). Did your > configure script find the gcc compiler successfully? > > It would help if you were to send the whole output from "./configure" > appended if you reply to this message. > > > Also, how can I associate the web server to the software, I cannot > > find it mention on the document. > > We recently added the Perl/CGI tools that you can use to set up a web > interface. However, you need to check them out from the CVS > repository, they're not part of the standard distribution, because > they aren't very portable at all yet - you'll have to figure out > pathnames, etc. The first time we added these people were having > trouble getting them from CVS, though I think that was to do with the > SourceForge CVS upgrade since it seems to have been working since. > > > Any windows version available? > > The Infomap software compiles under Windows using Cygwin (this has > generally worked pretty reliably). There is a Windows front end that > another contributor on the list made and kindly shared with other > users - I'll try and find it in the archive at some point though I > have to run now ;-) > > Best wishes, > Dominic > > > Thanks , > > Henry > > > ---------------------------------------------------------------------- > > --- > > Using Tomcat but need to do more? Need to support web services, > > security? > > Get stuff done quickly with pre-integrated technology to make your > > job easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > > Geronimo > > http://sel.as-us.falkag.net/sel? > > > cmd=lnk&kid=120709&bid=263057&dat=121642______________________________ > > _________________ > > infomap-nlp-users mailing list > > inf...@li... > > https://lists.sourceforge.net/lists/listinfo/infomap-nlp-users > > > > <configure_output.txt> > <configure_gdbm.txt> > ---------------------------------------------------------------------- > --- > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=120709&bid=263057&dat=121642______________________________ > _________________ > infomap-nlp-users mailing list > inf...@li... > https://lists.sourceforge.net/lists/listinfo/infomap-nlp-users > |
From: David H. <dl...@st...> - 2006-08-17 16:44:32
|
>From your configuration log, it looks as though you're trying to use djgpp: c:/djgpp/bin/ld.exe Download cygwin: http://www.cygwin.com/ and do clean configure in that environment. HTH, -- David On 8/17/06, Henry Ip [LIB] <lb...@in...> wrote: > > > Dear Sir, > > I have tried to install the GDBM. However, it seems to have problems. > Is it related to the cygwin? Or any other issues? > > Please help. > Thanks, > Henry > > >>> Henry Ip [LIB] 17/8/2006 04:04 >>> > > > Dear Sir, > > Thanks for your promt response. > I decided to use Windows platform with Cygwin software. > I have try the configure but still have problems. It seems to be a missing > dbm. > Any suggestion for this kind of problems? > P.S. Please check the output file from my computer. > > Thanks, > Henry > > >>> Dominic Widdows <wi...@ma...> 16/8/2006 08:24 >>> > > Dear Henry, > > I hope we can help with some of these things, though it sounds as > though it will need some work. > > > Dear Sir/Madam, > > > > I am interested for the infomap project and I would like to > > launched the demo. > > However, I have difficulty when I am installing it. > > like checking whether we are cross compiling... no,checking for > > stdint.h... no etc. > > How can I solve these kind of problem and can successfully install > > the software. > > Is this the output from running "./configure"? I would expect headers > like "stdint.h" to come with gcc (I might be wrong). Did your > configure script find the gcc compiler successfully? > > It would help if you were to send the whole output from "./configure" > appended if you reply to this message. > > > Also, how can I associate the web server to the software, I cannot > > find it mention on the document. > > We recently added the Perl/CGI tools that you can use to set up a web > interface. However, you need to check them out from the CVS > repository, they're not part of the standard distribution, because > they aren't very portable at all yet - you'll have to figure out > pathnames, etc. The first time we added these people were having > trouble getting them from CVS, though I think that was to do with the > SourceForge CVS upgrade since it seems to have been working since. > > > Any windows version available? > > The Infomap software compiles under Windows using Cygwin (this has > generally worked pretty reliably). There is a Windows front end that > another contributor on the list made and kindly shared with other > users - I'll try and find it in the archive at some point though I > have to run now ;-) > > Best wishes, > Dominic > > > Thanks , > > Henry > > > ---------------------------------------------------------------------- > > --- > > Using Tomcat but need to do more? Need to support web services, > > security? > > Get stuff done quickly with pre-integrated technology to make your > > job easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > > Geronimo > > http://sel.as-us.falkag.net/sel? > > > cmd=lnk&kid=120709&bid=263057&dat=121642______________________________ > > _________________ > > infomap-nlp-users mailing list > > inf...@li... > > > https://lists.sourceforge.net/lists/listinfo/infomap-nlp-users > > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > infomap-nlp-users mailing list > inf...@li... > https://lists.sourceforge.net/lists/listinfo/infomap-nlp-users > > > > |