help-global
[Top][All Lists]
Advanced

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

global & htag


From: GERHARD STROEHLEIN
Subject: global & htag
Date: Fri, 06 Apr 2001 11:04:05 +0200

Hello,

I read an article in the C/C++ Journal about global and I got interested in.
After downloading and installing global, I tried the command htags but
unfortunately it returns all the time:
Can't locate AnyDBM_File.pm in @INC at /home/lb_gst/global-4.0.1/local/bin/htags
line 1945. gtags returned no error.
Are there any preconditions to be considered? In the postscript it is listed
what I performed.

Regards,
Gerhard Stroehlein

P.S.:
 ./configure --prefix=/home/lb_gst/global-4.0.1/local
loading cache ./config.cache
checking for a BSD compatible install... ./install-sh -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 for a BSD compatible install... ./install-sh -c
checking whether make sets ${MAKE}... (cached) yes
checking for ranlib... (cached) ranlib
checking for perl... (cached) /usr/local/bin/perl
checking for sort... (cached) /usr/bin/sort
checking for sed... (cached) /usr/bin/sed
checking for find... (cached) /usr/bin/find
checking for xargs... (cached) /usr/bin/xargs
checking for grep... (cached) /usr/bin/grep
checking how to run the C preprocessor... (cached) gcc -E
checking for limits.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdarg.h... (cached) yes
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... (cached) no
checking for working const... (cached) yes
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking for st_blksize in struct stat... (cached) yes
checking for dp_d_namlen in struct dirent... (cached) no
checking for dp_d_type in struct dirent... (cached) no
checking whether byte ordering is bigendian... (cached) yes
checking for int8_t... (cached) yes
checking for int16_t... (cached) yes
checking for int32_t... (cached) yes
checking for u_int8_t... (cached) no
checking for u_int16_t... (cached) no
checking for u_int32_t... (cached) no
checking for ssize_t... (cached) yes
checking for caddr_t... (cached) yes
checking size of int... (cached) 4
checking size of short... (cached) 2
checking size of char... (cached) 1
checking for 8-bit clean memcmp... (cached) yes
checking return type of signal handlers... (cached) void
checking for strftime... (cached) yes
checking for getcwd... (cached) yes
checking for putenv... (cached) yes
checking for strdup... (cached) yes
checking for lstat... (cached) yes
checking for snprintf... (cached) yes
creating ./config.status
creating Makefile
creating libutil/Makefile
creating gtags/Makefile
creating htags/Makefile
creating gctags/Makefile
creating libdb/Makefile
creating btreeop/Makefile
creating global/Makefile
creating libregex/Makefile
creating machine/Makefile
creating doc/Makefile
creating machine/config.h
machine/config.h is unchanged
[~/address@hidden [!195] make
Making all in libdb
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c bt_close.c
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c bt_conv.c
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c bt_debug.c
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c bt_delete.c
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c bt_get.c
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c bt_open.c
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c bt_overflow.c
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c bt_page.c
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c bt_put.c
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c bt_search.c
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c bt_seq.c
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c bt_split.c
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c bt_utils.c
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c db.c
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c mpool.c
rm -f libglodb.a
ar cru libglodb.a bt_close.o bt_conv.o bt_debug.o bt_delete.o  bt_get.o
bt_open.o bt_overflow.o bt_page.o bt_put.o bt_search.o  bt_seq.o bt_split.o
bt_utils.o db.o mpool.o 
ranlib libglodb.a
Making all in libregex
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c regex.c
rm -f libgloregex.a
ar cru libgloregex.a regex.o 
ranlib libgloregex.a
Making all in libutil
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c conf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c dbop.c
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c defined.c
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c die.c
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c find.c
In file included from
/cadappl/gcc/2.8.1/lib/gcc-lib/sparc-sun-solaris2.5.1/2.8.1/include/limits.h:116,
                 from
/cadappl/gcc/2.8.1/lib/gcc-lib/sparc-sun-solaris2.5.1/2.8.1/include/syslimits.h:7,
                 from
/cadappl/gcc/2.8.1/lib/gcc-lib/sparc-sun-solaris2.5.1/2.8.1/include/limits.h:11,
                 from ../libdb/db.h:42,
                 from dbop.h:28,
                 from find.c:482:
/usr/include/limits.h:175: warning: `RE_DUP_MAX' redefined
../libregex/regex.h:245: warning: this is the location of the previous
definition
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c getdbpath.c
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c gtagsop.c
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c locatestring.c
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c makepath.c
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c path.c
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c pathop.c
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c strbuf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c strmake.c
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c tab.c
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c test.c
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c token.c
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c usable.c
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c getopt.c
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c getopt1.c
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c version.c
rm -f libgloutil.a
ar cru libgloutil.a conf.o dbop.o defined.o die.o find.o getdbpath.o  gtagsop.o
locatestring.o makepath.o path.o pathop.o strbuf.o strmake.o  tab.o test.o
token.o usable.o getopt.o getopt1.o version.o 
ranlib libgloutil.a
Making all in btreeop
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c btreeop.c
gcc  -g -O2  -o btreeop  btreeop.o ../libutil/libgloutil.a ../libdb/libglodb.a
../libregex/libgloregex.a 
Making all in gctags
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c C.c
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c Cpp.c
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c assembler.c
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c gctags.c
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c java.c
gcc  -g -O2  -o gctags  C.o Cpp.o assembler.o gctags.o java.o
../libutil/libgloutil.a ../libdb/libglodb.a ../libregex/libgloregex.a 
Making all in global
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c global.c
gcc  -g -O2  -o global  global.o ../libutil/libgloutil.a ../libdb/libglodb.a
../libregex/libgloregex.a 
Making all in gtags
gcc -DHAVE_CONFIG_H -I. -I. -I../machine -I../libutil -I../libdb
-I../libregex    -g -O2 -c gtags.c
gcc  -g -O2  -o gtags  gtags.o ../libutil/libgloutil.a ../libdb/libglodb.a
../libregex/libgloregex.a 
Making all in htags
sed -e 's,@''PERL''@,/usr/local/bin/perl,g' htags.pl >htags.tmp && \
chmod +x htags.tmp && mv htags.tmp htags
Making all in machine
Making all in doc
23.86u 5.08s 0:39.42 73.4%
[~/address@hidden [!196] make
install                                       Making install in libdb
Making install in libregex
Making install in libutil
Making install in btreeop
/bin/sh ../mkinstalldirs /home/lb_gst/global-4.0.1/local/bin
  .././install-sh -c  btreeop /home/lb_gst/global-4.0.1/local/bin/btreeop
make  install-man1
/bin/sh ../mkinstalldirs /home/lb_gst/global-4.0.1/local/man/man1
 .././install-sh -c -m 644 ./btreeop.1
/home/lb_gst/global-4.0.1/local/man/man1/btreeop.1
Making install in gctags
/bin/sh ../mkinstalldirs /home/lb_gst/global-4.0.1/local/bin
  .././install-sh -c  gctags /home/lb_gst/global-4.0.1/local/bin/gctags
make  install-man1
/bin/sh ../mkinstalldirs /home/lb_gst/global-4.0.1/local/man/man1
 .././install-sh -c -m 644 ./gctags.1
/home/lb_gst/global-4.0.1/local/man/man1/gctags.1
Making install in global
/bin/sh ../mkinstalldirs /home/lb_gst/global-4.0.1/local/bin
  .././install-sh -c  global /home/lb_gst/global-4.0.1/local/bin/global
make  install-man1
/bin/sh ../mkinstalldirs /home/lb_gst/global-4.0.1/local/man/man1
 .././install-sh -c -m 644 ./global.1
/home/lb_gst/global-4.0.1/local/man/man1/global.1
Making install in gtags
/bin/sh ../mkinstalldirs /home/lb_gst/global-4.0.1/local/bin
  .././install-sh -c  gtags /home/lb_gst/global-4.0.1/local/bin/gtags
make  install-man1
/bin/sh ../mkinstalldirs /home/lb_gst/global-4.0.1/local/man/man1
 .././install-sh -c -m 644 ./gtags.1
/home/lb_gst/global-4.0.1/local/man/man1/gtags.1
Making install in htags
/bin/sh ../mkinstalldirs /home/lb_gst/global-4.0.1/local/bin
 .././install-sh -c  htags /home/lb_gst/global-4.0.1/local/bin/htags
make  install-man1
/bin/sh ../mkinstalldirs /home/lb_gst/global-4.0.1/local/man/man1
 .././install-sh -c -m 644 ./htags.1
/home/lb_gst/global-4.0.1/local/man/man1/htags.1
Making install in machine
Making install in doc
/bin/sh ../mkinstalldirs /home/lb_gst/global-4.0.1/local/info
 .././install-sh -c -m 644 ./global.info
/home/lb_gst/global-4.0.1/local/info/global.info
 install-info --info-dir=/home/lb_gst/global-4.0.1/local/info
/home/lb_gst/global-4.0.1/local/info/global.info
-- 
Gerhard Ströhlein                            Lucent Technologies
Tel.: +49 (0) 911 / 526 45 26                ONG SW Development
Fax:  +49 (0) 911 / 526 33 28                Thurn-und-Taxis-Straße 10
Mail: mailto:address@hidden          90411 Nürnberg
URL:  http://ong.de.lucent.com/~lb_gst       Germany



reply via email to

[Prev in Thread] Current Thread [Next in Thread]