mirror of https://github.com/lukechilds/node.git
Browse Source
Why? Because I have two versions of GnuTLS installed - one is old 2.0.X in /usr and one is new 2.5.X in ~/local/gnutls. waf correctly finds that the newer version, but because GNUTLS was behind other libraries in the node.uselib -L/usr/lib was before -L/home/ryan/local/gnutls/lib in the actual gcc command - hence getting link errors. WAF SUCKS, really. I wish someone would invent a good build system that could avoid such problems.v0.7.4-release
Ryan Dahl
15 years ago
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue