libgpg-error: build error on Solaris 9

Nelson H. F. Beebe beebe at math.utah.edu
Thu Mar 3 16:32:35 CET 2016


Paul Koning <paulkoning at comcast.net> writes on Thu, 3 Mar 2016 10:14:35 -0500:

>> A reference for pre-defined compiler macros can be found here:
>> https://sourceforge.net/p/predef/wiki/Home/

Thanks for that useful reference!  

To display a sorted list of all of the symbols predefined by many Unix
compilers, try this script:

	http://www.math.utah.edu/~beebe/cc-defs

For example:

	% cc-defs pcc
	#define _LP64 1
	#define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__
	#define __DATE__ "Mar  3 2016"
	...
	#define __PCC_MINORMINOR__ 0
	#define __PCC_MINOR__ 2
	#define __PCC__ 1
	...
	#define __VERSION__ "Portable C Compiler 1.2.0.DEVEL 20160108 for x86_64-unknown-linux-gnu"
	#define __x86_64 1
	#define __x86_64__ 1

Extensions to that script to support more compilers are always
welcome.

-------------------------------------------------------------------------------
- Nelson H. F. Beebe                    Tel: +1 801 581 5254                  -
- University of Utah                    FAX: +1 801 581 4148                  -
- Department of Mathematics, 110 LCB    Internet e-mail: beebe at math.utah.edu  -
- 155 S 1400 E RM 233                       beebe at acm.org  beebe at computer.org -
- Salt Lake City, UT 84112-0090, USA    URL: http://www.math.utah.edu/~beebe/ -
-------------------------------------------------------------------------------



More information about the Gnupg-devel mailing list