Re: shlibs
Miod Vallat <[email protected]> Thu, 3 Jun 2004 20:15:31 +0000
| Newsgroups | gmane.os.openbsd.hppa |
|---|---|
| Message-ID | <[email protected]> |
> if you feel like upgrading through a build i think this seq is good: > share/mk, binutils, gcc3, kernel, crt0, ld.so, make build If your kernel and userland are a bit too old (let's say, older than 3 weeks), I advise the following sequence: - new kernel (and reboot with it) - share/mk - make includes - binutils - gcc 3 - ld.so - make build Though it might not be the best either... you definitely need new includes before binutils, binutils before gcc 3, and ld.so and new kernel before you make build. Miod