Welcome to the Builder Academy

Question Saving/loading variables over 2.1billion

More
02 Nov 2015 21:53 #5529 by thomas
ok, time to get more info.

What architecture are you running on? (cygwin, cygwin64, linux (bitwidth?)).
What gcc version are you using?
Which flags are used when compiling?

As the data on the link I supplied above states, this might all have an effect...

Please Log in or Create an account to join the conversation.

More
06 Nov 2015 15:24 #5530 by Liko

thomas wrote: ok, time to get more info.

What architecture are you running on? (cygwin, cygwin64, linux (bitwidth?)).
What gcc version are you using?
Which flags are used when compiling?

As the data on the link I supplied above states, this might all have an effect...


1: Amazon Linux AMI
2: # C compiler to use
CC = gcc

3: CFLAGS = -g -O2 $(MYFLAGS) $(PROFILE)

I believe that is all. I'm using the standard makefile from tbamud.
`

Randian(0.0.0)
Owner/Developer

Please Log in or Create an account to join the conversation.

More
06 Nov 2015 17:57 - 06 Nov 2015 20:18 #5531 by thomas
which AMI? cloud-images.ubuntu.com/locator/ec2/ lists both 64 and 32 bit versions.

edit: and gcc --version?
Last edit: 06 Nov 2015 20:18 by thomas.

Please Log in or Create an account to join the conversation.

Time to create page: 0.173 seconds