This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: configure: error: expected an absolute directory name for --prefix



On May 28, 2006, at 1:58 PM, Manuel López-Ibáñez wrote:


Dear all,

Doesn't autotools support relative paths in configure?

The reason why you cannot pass relative paths for --prefix is because --prefix is passed
down to all of the makefiles and others which is going to have the wrong prefix.


Just use an absolute path constructed with `pwd`/...... .

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