|
ghc searches for package libraries relative to cwd?: msg#00108lang.haskell.glasgow.bugs
Hi all, It seems that ghc is searching for package libraries relative to the current directory. Is that the intended behavior? ghci does the same thing, by the way. $ pwd /home/frederik/GSLHaskell2 $ ghc --make ../test-proc.hs -package GSL Chasing modules from: ../test-proc.hs Compiling Main ( ../test-proc.hs, ../test-proc.o ) Linking ... $ cd .. $ ghc --make test-proc.hs -package GSL Chasing modules from: test-proc.hs Skipping Main ( test-proc.hs, test-proc.o ) Linking ... /usr/bin/ld: cannot find -lHSGSL-0.5 collect2: ld returned 1 exit status Frederik -- http://ofb.net/~frederik/
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: [GHC] #786: bugs around tagToEnum#, GHC |
|---|---|
| Next by Date: | Re: impossible happened: splitTyConApp a{tv i6hr}, Frederik Eaton |
| Previous by Thread: | Re: [GHC] #786: bugs around tagToEnum#, GHC |
| Next by Thread: | Re: ghc searches for package libraries relative to cwd?, Simon Marlow |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |