[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

Re: Compile with GLib-1.2 instead of 2.4

Brandon Perry

1/15/2008 9:17:00 PM

Sorry, I know what arg to use with ./configure. With --with-libc=STRING,
do I put the version I want, or the path to my GLib 1.2 files?
On Tue, 2008-01-15 at 14:53 -0600, Brandon Perry wrote:
> Hi, I am having to compile a standalone python because the webserver I
> use doesn't allow access to /usr/lib/python. I tried compiling on my
> lappy and uploading it, but the webserver does not have GLib-2.4. What
> arguments would I have to include in order for it to compile with
> GLib-1.2 instead of/and GLib2.4?
>
> Thanks, Brandon