libunwind-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Libunwind-devel] Errors while compiling libunwind in 64 bit linux


From: Arun Sharma
Subject: Re: [Libunwind-devel] Errors while compiling libunwind in 64 bit linux
Date: Wed, 21 Feb 2007 10:21:55 -0800

-fPIC is required for x86-64. On my 64 bit Linux box, config.log shows:

configure:6450: checking for gcc option to produce PIC
configure:6627: result: -fPIC
configure:6635: checking if gcc PIC flag -fPIC works
configure:6653: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
configure:6657: $? = 0
configure:6668: result: yes

You might want to go back and check why your compiler isn't using
-fPIC to compile.

-Arun




reply via email to

[Prev in Thread] Current Thread [Next in Thread]