Re: HEADS-UP: default compiler code model has changed
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sparc64 |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Nov 24, 2013 at 11:51:58AM -0500, Michael wrote: > I certainly built nettle before, with a slightly older userland. > Probably not the exact same version of the package though. I'll try to > build it on the U60 which hasn't been updated yet. Just wanted you to > see this in case it rings a bell. Please check the compiler command lines (not the linking stage) whether -fpic or -fPIC was used. This may be related to the change at hand in that it uncovers an old bug. I'll try to build the pkg locally and check... Martin