bug-findutils
[Top][All Lists]
Advanced

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

[bugs #11710] 4.2.13 Solaris build failure -- regex.c needs to be compil


From: anonymous
Subject: [bugs #11710] 4.2.13 Solaris build failure -- regex.c needs to be compiled
Date: Sun, 23 Jan 2005 19:31:41 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.2) Gecko/20040220

URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=11710>

                 Summary: 4.2.13 Solaris build failure -- regex.c needs to be
compiled
                 Project: findutils
            Submitted by: None
            Submitted on: Sun 01/23/2005 at 14:31
                Category: None
                Severity: 5 - Average
              Item Group: Compilation Failure
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: Martin Buchholz
        Originator Email: address@hidden
             Open/Closed: Open
                 Release: 4.2.12
           Fixed Release: None

    _______________________________________________________

Details:

The regex functionality on Solaris is not provided by libc,

but the configure test for this is incorrect, so

the compilation fails as follows



gcc  -g -O2   -o find  find.o fstype.o parser.o pred.o tree.o util.o
version.o ../lib/libfind.a ../gnulib/lib/libgnulib.a  

Undefined                       first referenced

 symbol                             in file

re_match                            pred.o

re_syntax_options                   parser.o

re_compile_pattern                  parser.o

ld: fatal: Symbol referencing errors. No output written to find

----------------------------------------------------



Looking at configure, it tries to autodetect

the presence of regex in libc, but this appears to 

be incorrect.



configure --help should include an option

--with-included-regex, but doesn't.



configure appears to define ac_use_included_regex,

but doesn't use the result anywhere.

 $ grep ac_use_included_regex configure

    ac_use_included_regex=yes

      ac_use_included_regex=no










    _______________________________________________________

This item URL is:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=11710>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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