Re: cannot compute suffix of object files: cannot compile: -a64 unsupported

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

 



On 26 November 2013 12:14, dellair jie wrote:
> Hello Jon,
>
> Regarding the q32 option, I think it is a default behavior of xlc
> compiler, it automatically adds q32 to build 32 bit objects.

But the option is being added to a gcc command, not xlc.

You might need to look earlier in libgcc/config.log for other relevant errors.

> I added one more option "--disable-multilib", and the build seems to
> go further then stopped at: Permission denied to
> /usr/local/include/time.h
>
> In fact, the correct local include directory is: /usr/include instead
> of /usr/local/include, any idea how we can specify it for compilation?

It will automatically look in /usr/include

The error suggests it is trying to also look in /usr/local/include but
doesn't have permission to.




[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux