[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Runtime relocation problem with gnustep
From: |
Adam Fedor |
Subject: |
Re: Runtime relocation problem with gnustep |
Date: |
Wed, 13 Dec 2006 21:12:46 -0700 |
On Dec 13, 2006, at 8:32 PM, Warren Nagourney wrote:
Actually, doing a grep of all of the files in the source directory
displayed an absence of "-fPIC". How do I make sure this is being used
for compilation?
If you do
make messages=yes
you should see the complete compilation line for everything and it
should have -fPIC.