John Hunter wrote:
> On Mon, Mar 24, 2008 at 2:48 PM, Charlie Moad <[EMAIL PROTECTED]> wrote:
>> This is a compiler problem the with the gcc on 10.5.2 (and 10.5.1
>> I think). I found the same error message on many google hits outside of
>> matplotlib. Your suggestion of compiling with -Os for th
On Mon, Mar 24, 2008 at 2:48 PM, Charlie Moad <[EMAIL PROTECTED]> wrote:
> This is a compiler problem the with the gcc on 10.5.2 (and 10.5.1
> I think). I found the same error message on many google hits outside of
> matplotlib. Your suggestion of compiling with -Os for the two problem files
> wo
On Mon, Mar 24, 2008 at 10:01 AM, Zachary Pincus <[EMAIL PROTECTED]>
wrote:
> > Zachary Pincus wrote:
> >
> >>> Can you tell me where you specified the -Os option to gcc to escape
> >>> the problem?
> >>
> >> So the compile that command that failed is printed right above the
> >> error message it
> Zachary Pincus wrote:
>
>>> Can you tell me where you specified the -Os option to gcc to escape
>>> the problem?
>>
>> So the compile that command that failed is printed right above the
>> error message it generated. (The long line that starts with
>> 'gcc' ...). I just copied this command, edit
Hi All,
Zachary Pincus wrote:
>> Can you tell me where you specified the -Os option to gcc to escape
>> the problem?
>
> So the compile that command that failed is printed right above the
> error message it generated. (The long line that starts with
> 'gcc' ...). I just copied this comm
Hi Stephane,
[CC'd to the matplotlib-users list in case others will find this
useful.]
> I got the same problem.
> Can you tell me where you specified the -Os option to gcc to escape
> the problem?
So the compile that command that failed is printed right above the
error message it generat
For what it's worth, the standalone agg 2.4 library compiles just fine
on my system -- this problem seems to be some sort of matplotlib / agg
interaction.
Zach
On Mar 9, 2008, at 11:35 PM, Zachary Pincus wrote:
> Hello,
>
> I just tried to compile the SVN head of matplotlib (r4994) from sou
Hello,
I just tried to compile the SVN head of matplotlib (r4994) from source
on OS X 10.5.2 (with source builds of python 2.5.2 and the SVN head of
numpy), and ran into an "internal compiler error" in the agg code.
(pkgconfig 0.23 and wxPython 2.8.7.1 also present and accounted for.)
Here'