This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GDB Python extension on AIX


> I'm not sure what a "standard" location is on AIX.  I was using the
> Bull Freeware installation of Python in /opt/freeware.
> 
> Was the Python installation found and recognized on your AIX system?
> Until some of my more recent changes, GDB configure did not consider
> the installation correct to try to build the GDB feature.

In our case, we configure GDB with --with-python=/path/to/python,
so it doesn't need to be a location that the configury would find
by itself. In your case, I think what's happening is that you have
/opt/freeware/bin in your PATH, and that allows the GDB configury
to find that python and therefore use it.

-- 
Joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]