This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

fastjar build problems


Fastjar doesn't build under vax-ultrix 4.3 and probably other systems
for these reasons:

1)  jartool.c calls strdup.  This is in libiberty for systems that don't
    have it.  However, libiberty.a is not included in the link specification
    for fastjar.

2)  jargrep.c includes regex.h and needs to be linked with regex.o.  Most
    gnu packages include regex.h and regex.c (there is a version in
    gcc/fixinc).  Normally the included version is used by default but
    there is usually a configure option to disable this behaviour.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]