| 5 | | ==== revision 1 ==== |
| | 5 | ||working||no|| |
| | 6 | |
| | 7 | ==== revision 1 (brecht) ==== |
| | 8 | |
| | 9 | On linking, gcc spits out errors like this one: |
| | 10 | |
| | 11 | {{{ |
| | 12 | undefined reference to `svn_ra_local__init' |
| | 13 | }}} |
| | 14 | |
| | 15 | The libraries containing the referred functions have been built, but it seems the makefile somehow forgets to link them in. |
| | 16 | |
| | 17 | I previously built subversion 1.4.3 on BeOS Max V3. I'm now trying to build on BeOS 5 PE updated to 5.0.3 and BONE. Building subversion 1.4.3 on this installation results in the same errors. I have removed installed older versions of the shared libraries as mentioned in http://svn.haxx.se/dev/archive-2005-01/0857.shtml, since that could be a problem. |