compile errors on Solaris 10 64bit

Williams, Stephen stephen.williams at twcable.com
Mon May 3 22:40:26 CEST 2010


Good evening list. I have been trying to get my compile to work and I keep getting the below error. I am only using the -disable-asm option with my configure (found that as a fix to a similar issue in this list). If anyone has any insight into this matter that would be great.

Thanks,
-Stephen

Making all in tools
/tmp/gnupg-1.4.10/tools
gcc -DHAVE_CONFIG_H -I. -I..  -I../include -I../intl  -DLOCALEDIR="\"/usr/local/share/locale\""  -D_REENTRANT -I/usr/local/include  -g -O2 -Wall -MT gpgsplit.o -MD -MP -MF .deps/gpgsplit.Tpo -c -o gpgsplit.o gpgsplit.c
mv -f .deps/gpgsplit.Tpo .deps/gpgsplit.Po
gcc  -g -O2 -Wall   -o gpgsplit gpgsplit.o ../cipher/libcipher.a ../mpi/libmpi.a ../util/libutil.a /usr/local/lib/libiconv.so -L/usr/local/lib -L/usr/openwin/lib -R/usr/local/lib /usr/local/lib/libintl.so -L/usr/local/lib -L/usr/openwin/lib -L/usr/X11R6/lib /usr/local/lib/libiconv.so -lsec -lc -R/usr/local/lib -R/usr/local/ssl/lib -R/usr/openwin/lib -R/usr/lib -R/usr/local/BerkeleyDB.4.2/lib -R/usr/X11R6/lib  -lz -lbz2
ld: warning: file /usr/local/lib/libiconv.so: attempted multiple inclusion of file
gcc -DHAVE_CONFIG_H -I. -I..  -I../include -I../intl  -DLOCALEDIR="\"/usr/local/share/locale\""  -D_REENTRANT -I/usr/local/include  -g -O2 -Wall -MT mpicalc.o -MD -MP -MF .deps/mpicalc.Tpo -c -o mpicalc.o mpicalc.c
mv -f .deps/mpicalc.Tpo .deps/mpicalc.Po
gcc  -g -O2 -Wall   -o mpicalc mpicalc.o ../cipher/libcipher.a ../mpi/libmpi.a ../util/libutil.a /usr/local/lib/libiconv.so -L/usr/local/lib -L/usr/openwin/lib -R/usr/local/lib /usr/local/lib/libintl.so -L/usr/local/lib -L/usr/openwin/lib -L/usr/X11R6/lib /usr/local/lib/libiconv.so -lsec -lc -R/usr/local/lib -R/usr/local/ssl/lib -R/usr/openwin/lib -R/usr/lib -R/usr/local/BerkeleyDB.4.2/lib -R/usr/X11R6/lib
ld: warning: file /usr/local/lib/libiconv.so: attempted multiple inclusion of file
Undefined                       first referenced
 symbol                             in file
__udiv_qrnnd                        ../mpi/libmpi.a(mpih-div.o)
ld: fatal: Symbol referencing errors. No output written to mpicalc
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `mpicalc'
Current working directory /tmp/gnupg-1.4.10/tools
*** Error code 1
The following command caused the error:
failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
  case $f in \
    *=* | --[!k]*);; \
    *k*) failcom='fail=yes';; \
  esac; \
done; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='m4 intl zlib util mpi cipher tools g10 keyserver po doc checks'; for subdir in $list; do \
  echo "Making $target in $subdir"; \
  if test "$subdir" = "."; then \
    dot_seen=yes; \
    local_target="$target-am"; \
  else \
    local_target="$target"; \
  fi; \
  (cd $subdir && make  $local_target) \
  || eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
  make  "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /tmp/gnupg-1.4.10
*** Error code 1
make: Fatal error: Command failed for target `all'


This E-mail and any of its attachments may contain Time Warner
Cable proprietary information, which is privileged, confidential,
or subject to copyright belonging to Time Warner Cable. This E-mail
is intended solely for the use of the individual or entity to which
it is addressed. If you are not the intended recipient of this
E-mail, you are hereby notified that any dissemination,
distribution, copying, or action taken in relation to the contents
of and attachments to this E-mail is strictly prohibited and may be
unlawful. If you have received this E-mail in error, please notify
the sender immediately and permanently delete the original and any
copy of this E-mail and any printout.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/attachments/20100503/62621dc3/attachment-0001.htm>


More information about the Gnupg-users mailing list