wdiff-bugs
[Top][All Lists]
Advanced

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

[wdiff-bugs] wdiff-0.6.1 build problems


From: Nelson H. F. Beebe
Subject: [wdiff-bugs] wdiff-0.6.1 build problems
Date: Fri, 2 Apr 2010 12:58:12 -0600 (MDT)

I've successfully built, validated, and installed wdiff-0.6.1 on more
than 25 flavors of Unix, but there are three systems for which the
builds failed.  In each case, simple workarounds produced success.

FreeBSD 8.0 and OSF/1 4.0 Alpha:  configure sets

        LIBS=-lauto

in the Makefile, but no such library exists.  I overrode it with

        make LIBS=-ltermcap                     # on FreeBSD
        make LIBS='-ltermcap -lsnprintf'        # on OSF/1

On Solaris 7 SPARC, compilation with cc fails like this:

        cc -DHAVE_CONFIG_H -I. -I..  -DDEFAULT_TEXT_DOMAIN=\"wdiff-gnulib\"
        -I../intl -I/usr/local/include  -I/usr/local/include -c localcharset.c
        "./getopt.h", line 31: empty file name
        cc: acomp failed for localcharset.c

I did a fresh build using gcc-2.95.3 (the last gcc version that builds
on that O/S), and that solved the problem.

-------------------------------------------------------------------------------
- Nelson H. F. Beebe                    Tel: +1 801 581 5254                  -
- University of Utah                    FAX: +1 801 581 4148                  -
- Department of Mathematics, 110 LCB    Internet e-mail: address@hidden  -
- 155 S 1400 E RM 233                       address@hidden  address@hidden -
- Salt Lake City, UT 84112-0090, USA    URL: http://www.math.utah.edu/~beebe/ -
-------------------------------------------------------------------------------




reply via email to

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