Python has its own configuration: you create a setup.py. Typically using
either setuptools or distutils do abstract everything (just like some
people write their own configure, but most people use a tool like autoconf
to generate it instead). My guess is that the setup.py has some special
code for dealing with AIX and is using that code path (where the majority
of stuff has traditionally used XLC, even for open source). I have no idea
why it's adding -q64 though, since neither our Python nor the Perzl python
is built 64-bit (Perzl does have a python_64, but you have to go out of
your way to use it).
Pete, I'll look in to it a bit after lunch - I'm here through the end of
the year, as unlike my other colleagues I seem to enjoy taking vacations
when it's above freezing for some crazy reason. :)
----- Original message -----
From: Jack Woehr <jwoehr@xxxxxxxxxxxxxxxxxxxxxxxx>
Sent by: "OpenSource" <opensource-bounces@xxxxxxxxxxxx>
To: IBMi Open Source Roundtable <opensource@xxxxxxxxxxxx>
Cc:
Subject: Re: [IBMiOSS] MySQL-Python
Date: Tue, Dec 27, 2016 11:16 AM
In classic Gnu projects the configure script sets the options in
Makefile.
Either there's a configure script, or pip has its own configure system
for
configuring gcc.
THere's no file named configure ??
On Tue, Dec 27, 2016 at 9:42 AM, Pete Helgren <pete@xxxxxxxxxx> wrote:
> Thanks Jack. That is the line I am pursuing, mostly by looking for
files
> that are created with today's date, but so far I haven't found
anything
> helpful. I ran the gcc command at the command line, removing the
options
> it didn't like, and it does produce the output file _mysql.o in a temp
> folder but that doesn't get me all the way.
>
> I am not sure which script is invoking gcc so I am a little uncertain
> about what the best "hack" approach would be. Pretty sure I can get
it to
> build if I knew how the gcc compiler options were being set.
>
>
> Pete Helgren
> www.petesworkshop.com
> GIAC Secure Software Programmer-Java
> Twitter - Sys_i_Geek IBM_i_Geek
>
> On 12/27/2016 10:02 AM, Jack Woehr wrote:
>
>> You might let it fail once and then see if a classic Gnu config
script is
>> produced as part of the process.
>>
>> If so, running that script manually will tell you where the problem
is
>>
>
> --
> This is the IBMi Open Source Roundtable (OpenSource) mailing list
> To post a message email: OpenSource@xxxxxxxxxxxx
> To subscribe, unsubscribe, or change list options,
> visit: [1]
http://lists.midrange.com/mailman/listinfo/opensource
> or email: OpenSource-request@xxxxxxxxxxxx
> Before posting, please take a moment to review the archives
> at [2]
http://archive.midrange.com/opensource.
>
--
Absolute Performance, Inc.
12303 Airport Way, Suite 100
Broomfield, CO 80021
NON-DISCLOSURE NOTICE: This communication including any and all
attachments is for the intended recipient(s) only and may contain
confidential and privileged information. If you are not the intended
recipient of this communication, any disclosure, copying further
distribution or use of this communication is prohibited. If you
received
this communication in error, please contact the sender and
delete/destroy
all copies of this communication immediately.
--
This is the IBMi Open Source Roundtable (OpenSource) mailing list
To post a message email: OpenSource@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: [3]
http://lists.midrange.com/mailman/listinfo/opensource
or email: OpenSource-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at [4]
http://archive.midrange.com/opensource.
References
Visible links
1.
http://lists.midrange.com/mailman/listinfo/opensource
2.
http://archive.midrange.com/opensource
3.
http://lists.midrange.com/mailman/listinfo/opensource
4.
http://archive.midrange.com/opensource
As an Amazon Associate we earn from qualifying purchases.