#527 closed defect (fixed)
ezxdisp egg setup file does not work with linker on OS X 10.6
Reported by: | Tim Sally | Owned by: | |
---|---|---|---|
Priority: | not urgent at all | Milestone: | 4.9.0 |
Component: | extensions | Version: | 4.6.x |
Keywords: | Cc: | ||
Estimated difficulty: |
Description
Installation of the ezxdisp egg fails on OS X with the following linker error
ld: -L must be immediately followed by a directory path (no space)
I have confirmed this on my machine. It is happening because the setup file includes a -L flag with no directory. It was confirmed by a user on the chicken-users that removing the stay -L fixed the problem.
Discussion on chicken-users here: http://lists.nongnu.org/archive/html/chicken-users/2011-03/msg00069.html.
Note: See
TracTickets for help on using
tickets.
Thanks - I have removed the -L and tagged a new version (2.7).