Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use libc.so.7 for FreeBSD #1866

Merged
merged 1 commit into from
Jun 11, 2015
Merged

Use libc.so.7 for FreeBSD #1866

merged 1 commit into from
Jun 11, 2015

Conversation

saper
Copy link
Contributor

@saper saper commented Jun 11, 2015

/usr/lib/libc.so is now an ld script
and to a symbolic link to the
libc.so.7 library.

Obtained from: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=179899

/usr/lib/libc.so is now an ld script
and to a symbolic link to the
libc.so.7 library.

Obtained from: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=179899
@tritao
Copy link
Contributor

tritao commented Jun 11, 2015

Can this cause any compilation problems with older FreeBSD releases?

@saper
Copy link
Contributor Author

saper commented Jun 11, 2015

It may break some very old systems (even FreeBSD 8 has libc.so.7). This change has been in the FreeBSD ports tree 2013 (https://svnweb.freebsd.org/ports/head/lang/mono/files/patch-configure?r1=314682&r2=322532&pathrev=380857).

We may need to think what happens in the future, but certainly just "libc.so" doesn't work (mono build process fails).

tritao added a commit that referenced this pull request Jun 11, 2015
Use libc.so.7 for FreeBSD
@tritao tritao merged commit ce50124 into mono:master Jun 11, 2015
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
Use libc.so.7 for FreeBSD

Commit migrated from mono/mono@ce50124
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants