Getting GCC to tell me what it sees?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Is there a way to get GCC to show all the information relevant to building? IOW, the include path it will use, the places it will look for libraries, etc? I'm not really sure what I'm asking, but I'll know it when I see it. STH -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQFAU5GBwX61+IL0QsMRAjHMAJ96EG/mMlLd/gwREzEnKZQhxqrsXQCgzfd0 W5Jfhcs3gAiJWFZiRhUHc20= =0qav -----END PGP SIGNATURE-----
Steven T. Hatton wrote:
Is there a way to get GCC to show all the information relevant to building? IOW, the include path it will use, the places it will look for libraries, etc? I'm not really sure what I'm asking, but I'll know it when I see it.
Use the -v option in the same way you would use -O2 or -g. -- JDL Non enim propter gloriam, diuicias aut honores pugnamus set propter libertatem solummodo quam Nemo bonus nisi simul cum vita amittit.
participants (2)
-
John Lamb
-
Steven T. Hatton