Re: [perl #17159] imcc / Mac OS X problem

2002-09-12 Thread Leopold Toetsch
Kevin Falcone wrote: LT == Leopold Toetsch [EMAIL PROTECTED] writes: LT Leon Brocard (via RT) wrote: # New Ticket Created by Leon Brocard # Please include the string: [perl #17159] LT Either remove -fno-common or do something like this: Apple's perl5.6.0 has the following in ccflags,

Re: [perl #17159] imcc / Mac OS X problem

2002-09-12 Thread Leon Brocard
Leopold Toetsch sent the following bits through the ether: Could you try my second proposal? Sure. The patch I tried is attached, which fixes up a lot of the warnings. However, I now get: cc -pipe -fno-common -no-cpp-precomp -fno-strict-aliasing -pipe -fno-common -g-I../../include -o

Re: [perl #17159] imcc / Mac OS X problem

2002-09-12 Thread Leopold Toetsch
Leon Brocard wrote: Leopold Toetsch sent the following bits through the ether: And finally, in imc.c there is another »int n_spilled;«, please delete this line. Sorry, leo

Re: [perl #17159] imcc / Mac OS X problem

2002-09-12 Thread Leopold Toetsch
Leon Brocard wrote: Leopold Toetsch sent the following bits through the ether: Could you try my second proposal? Sure. The patch I tried is attached, which fixes up a lot of the warnings. However, I now get: ld: multiple definitions of symbol _n_spilled imcparser.o definition of

Re: [perl #17159] imcc / Mac OS X problem

2002-09-12 Thread Leon Brocard
Leopold Toetsch sent the following bits through the ether: And finally, in imc.c there is another »int n_spilled;«, please delete this line. Cool, I've done the past two patches and it compiles but then fails to compile parrot shared: cc -pipe -fno-common -no-cpp-precomp

Re: [perl #17159] imcc / Mac OS X problem

2002-09-12 Thread Andy Dougherty
On Thu, 12 Sep 2002, Leon Brocard wrote: Cool, I've done the past two patches and it compiles but then fails to compile parrot shared: cc -shared -L/usr/local/lib -flat_namespace -o blib/lib/libparrot.so exceptions.o global_setup.o interpreter.o parrot.o register.o core_ops.o

Re: [perl #17159] imcc / Mac OS X problem

2002-09-12 Thread Leon Brocard
Andy Dougherty sent the following bits through the ether: Yup, That's a long-standing bug. Here, again, is the correct fix for it. Cool, finally imcc works. Now, what's the best way to roll in all the patches? Are they the correct fixes? Leon -- Leon

Re: [perl #17159] imcc / Mac OS X problem

2002-09-12 Thread Leopold Toetsch
Leon Brocard wrote: Leopold Toetsch sent the following bits through the ether: Cool, I've done the past two patches and it compiles but then fails to compile parrot shared: We are getting close ;-) cc: unrecognized option `-shared' And here probably helps the patch, that was sent to

Re: [perl #17159] imcc / Mac OS X problem

2002-09-12 Thread Andy Dougherty
On Thu, 12 Sep 2002, Leopold Toetsch wrote: Leon Brocard wrote: cc: unrecognized option `-shared' And here probably helps the patch, that was sent to the list sometimes ago, replacing LD with LINK in root.in (main Makefile): blib/lib/libparrot$(SO): $(LINK) $(LD_SHARED)

[perl #17159] imcc / Mac OS X problem

2002-09-11 Thread via RT
# New Ticket Created by Leon Brocard # Please include the string: [perl #17159] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt2/Ticket/Display.html?id=17159 There is a problem building imcc under Mac OS X at the moment, but I'm afraid I

Re: [perl #17159] imcc / Mac OS X problem

2002-09-11 Thread Leopold Toetsch
Leon Brocard (via RT) wrote: # New Ticket Created by Leon Brocard # Please include the string: [perl #17159] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt2/Ticket/Display.html?id=17159 There is a problem building imcc under Mac OS