Re: [Chicken-users] ezxdisp install on OS X

2011-03-13 Thread Tim Sally
Hi,

I confirmed this on my machine and filed a ticket here:
https://bugs.call-cc.org/ticket/527.

Tim

On Sat, Mar 12, 2011 at 8:52 AM, David N Murray dmur...@jsbsystems.com wrote:
 Hi,

 I couldn't chicken-install ezxdisp on my Mac.  It failed with the
 complaint

  /usr/local/bin/csc -feature compiling-extension -setup-mode    -s -O3
 -d1 -X easyffi ezxdisp.scm -C -w ezxdisp-x11.c -C -I.
 -I/usr/X11R6/include -L -L -L/usr/X11R6/lib -lX11 -j ezxdisp
 ld: -L must be immediately followed by a directory path (no space)
 collect2: ld returned 1 exit status

 My workaround was to -retrieve the egg, fix ezxdisp.setup to remove the
 first -L and it installed fine.

 I'm guessing this is a gcc problem.  The mac is using 4.2.1 from XCode.  I
 had no problems installing the egg on my linux box, which is using 4.4.4.
 The gcc 4.4.4 info page doesn't document what -L does without a
 directory.  Looks like it's probably ignoring it.

 TIA,
 Dave


 ___
 Chicken-users mailing list
 Chicken-users@nongnu.org
 http://lists.nongnu.org/mailman/listinfo/chicken-users


___
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users


[Chicken-users] ezxdisp install on OS X

2011-03-12 Thread David N Murray
Hi,

I couldn't chicken-install ezxdisp on my Mac.  It failed with the
complaint

  /usr/local/bin/csc -feature compiling-extension -setup-mode-s -O3
-d1 -X easyffi ezxdisp.scm -C -w ezxdisp-x11.c -C -I.
-I/usr/X11R6/include -L -L -L/usr/X11R6/lib -lX11 -j ezxdisp
ld: -L must be immediately followed by a directory path (no space)
collect2: ld returned 1 exit status

My workaround was to -retrieve the egg, fix ezxdisp.setup to remove the
first -L and it installed fine.

I'm guessing this is a gcc problem.  The mac is using 4.2.1 from XCode.  I
had no problems installing the egg on my linux box, which is using 4.4.4.
The gcc 4.4.4 info page doesn't document what -L does without a
directory.  Looks like it's probably ignoring it.

TIA,
Dave


___
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users