Re: GCC Behaves Differently for Different User?

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

 



John Graham <johngavingraham@xxxxxxxxxxxxxx> writes:

> Under a new user (created for a pet project) I got a compiler error
> saying the header <stddef.h> was not found. However, when compiling as
> my "usual" username (john) gcc was able to find the header.

This implies that the new user is unable to determine the current
working directory.  Make sure that "sudo -u USER /bin/pwd" prints
something reasonable rather than, say, a "permission denied" error.

Ian


[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