This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug glob/22194] Building glob outside of glibc fails


https://sourceware.org/bugzilla/show_bug.cgi?id=22194

Adhemerval Zanella <adhemerval.zanella at linaro dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |adhemerval.zanella at linaro dot o
                   |                            |rg
         Resolution|---                         |INVALID

--- Comment #2 from Adhemerval Zanella <adhemerval.zanella at linaro dot org> ---
As Paul Eggert has put, gnulib glob.c already handles FLEXIBLE_ARRAY_MEMBER,
__set_errno, and mempcpy automatically, because its 'glob' module has the
modules 'flexmember', 'libc-config', and 'mempcpy' as prerequisites, and these
supply the necessary definitions.

You can test Gnulib glob.c's portabililty by running this shell command in
Gnulib's top directory:

./gnulib-tool --create-testdir --dir foo glob 

and then by copying the newly-created 'foo' directory to the platform of your
choice and running './configure; make check' there.

I will close this bug and you can follow with gnulib if you find issues
integrating its implementation on GNU make.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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