[BusyBox 0001021]: undefined reference to `xregcomp'

bugs at busybox.net bugs at busybox.net
Wed Sep 6 09:12:37 UTC 2006


The following issue has been SUBMITTED. 
====================================================================== 
http://busybox.net/bugs/view.php?id=1021 
====================================================================== 
Reported By:                shc
Assigned To:                BusyBox
====================================================================== 
Project:                    BusyBox
Issue ID:                   1021
Category:                   Other
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             09-06-2006 02:12 PDT
Last Modified:              09-06-2006 02:12 PDT
====================================================================== 
Summary:                    undefined reference to `xregcomp'
Description: 
While compile bb, I receive following error:
/opt/soft/develop/busybox/findutils/findutils.a(grep.o): In function
`grep_main':
grep.c:(.text.grep_main+0x430): undefined reference to `xregcomp'
collect2: ld returned 1 exit status

I fix this by adding one line to libbb/Makefile.in:
regex-$(CONFIG_GREP) += xregcomp.c

Please fix this issue in svn. Thanks!
====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
09-06-06 02:12  shc            New Issue                                    
09-06-06 02:12  shc            Status                   new => assigned     
09-06-06 02:12  shc            Assigned To               => BusyBox         
======================================================================




More information about the busybox-cvs mailing list