mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-01-30 04:44:26 +00:00
When GNU `ar` creates an archive with no symbols it has only an
empty header but no string table. On Solaris the OS-provided `ld`
fails in this case:
ld: elf error: file libfoo.a: elf_getarsym
Update our test to actually provide symbols from its archives.
6 lines
89 B
Fortran
6 lines
89 B
Fortran
MODULE libraryModuleB
|
|
CONTAINS
|
|
SUBROUTINE libB
|
|
END SUBROUTINE
|
|
END MODULE
|