Skip to content

Commit f22b76a

Browse files
authored
Add FreeBSD environ undefined reference fix (#1035)
1 parent ff1ce62 commit f22b76a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/src/troubleshooting.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ make install
127127

128128
See for example [#354](https://github.com/JuliaPackaging/Yggdrasil/pull/354) and [#982](https://github.com/JuliaPackaging/Yggdrasil/pull/982).
129129

130+
### ```undefined reference to `environ'```
131+
132+
This problem is caused by the `-Wl,--no-undefined` flag. Removing this flag may also fix the above problem with backtrace, if the undefined references appear together.
133+
130134
## Windows
131135

132136
### Libtool refuses to build shared library because of undefined symbols

0 commit comments

Comments
 (0)