Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
first wave of diffs to compile on OpenBSD #68
Conversation
|
Welcome, and thanks for helping to add OpenBSD to the list of supported platforms. Would it be possible to resubmit this patch without all the white space changes? The diff is really hard to read because it is dominated by changes that strip white space from the ends of source lines ... I'd like to focus on the other changes ... 8^) |
|
| (.text+0x9d): undefined reference to `main' Looks like an update to src/include/builddefs.in is needed to add the openbsd magic for building libraries - see "netbsd" examples there (all references to TARGET_OS). cheers. |
jirib
commented
Feb 11, 2016
|
I'll do new pull request with recommended changes. |
jirib commentedFeb 10, 2016
It passed configure, gmake compiles but it still fails later on linking...