Commit 0f4863b
Bug 5489: Fix "make check" linking on Solaris (#2049)
Change link order of libcomm and libip to fix missing symbols at link
time on Solaris:
libtool: link: /usr/gcc/14/bin/g++ ... -o tests/testCacheManager
_ZN2Ip11InterceptorE ... libcomm.a
_ZN2Ip9Intercept9LookupNatERKN4Comm10ConnectionE ... libcomm.a
ld: fatal: symbol referencing errors1 parent 60d5cde commit 0f4863b
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
494 | 494 | | |
495 | 495 | | |
496 | 496 | | |
497 | | - | |
498 | 497 | | |
499 | 498 | | |
500 | 499 | | |
| 500 | + | |
501 | 501 | | |
502 | 502 | | |
503 | 503 | | |
| |||
1943 | 1943 | | |
1944 | 1944 | | |
1945 | 1945 | | |
1946 | | - | |
1947 | 1946 | | |
1948 | 1947 | | |
1949 | 1948 | | |
1950 | 1949 | | |
| 1950 | + | |
1951 | 1951 | | |
1952 | 1952 | | |
1953 | 1953 | | |
| |||
2328 | 2328 | | |
2329 | 2329 | | |
2330 | 2330 | | |
2331 | | - | |
2332 | 2331 | | |
2333 | 2332 | | |
2334 | 2333 | | |
| |||
2341 | 2340 | | |
2342 | 2341 | | |
2343 | 2342 | | |
| 2343 | + | |
2344 | 2344 | | |
2345 | 2345 | | |
2346 | 2346 | | |
| |||
2628 | 2628 | | |
2629 | 2629 | | |
2630 | 2630 | | |
2631 | | - | |
2632 | 2631 | | |
2633 | 2632 | | |
| 2633 | + | |
2634 | 2634 | | |
2635 | 2635 | | |
2636 | 2636 | | |
| |||
0 commit comments