evincarofautumn / kitten

A statically typed concatenative systems programming language.
http://kittenlang.org/
Other
1.1k stars 41 forks source link

Fix library search paths #50

Closed evincarofautumn closed 11 years ago

evincarofautumn commented 11 years ago

. and -L are not adequate. Ideas of where kitten should search:

strager commented 11 years ago

I'd say copy Go, GHC, or Node.js.

On Fri, Jul 5, 2013 at 10:07 PM, Jon Purdy notifications@github.com wrote:

. and -L are not adequate. Ideas of where kitten should search:

  • An environment variable such as KITTEN_LIBS
  • The directory of the executable
  • That plus /lib
  • An environment variable KITTEN_HOME
  • $KITTEN_HOME/lib

— Reply to this email directly or view it on GitHubhttps://github.com/evincarofautumn/kitten/issues/50 .