Re: Building GCC on Tru64 4.0f

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

 



Gasperi Michael wrote:

> I also tried to set the environment variables
> 
> LD_LIBRARY_PATH=/usr/sys/include
> and
> CFLAGS=/usr/sys/include
> 
ld doesn't use header files.  If you want to modify the include search
path, you need something like -I/usr/sys/include
You need to specify library search paths consistent with the headers you
used.   If you are bootstrapping gcc all on one target, start with the
standard libraries used by your original working gcc.

[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