Share

STUN Client and Server library

Tracker: Feature Requests

3 build fails on x86_64 - ID: 1191588
Last Update: Comment added ( nobody )

Hi.

This is the only thing I get so far:

+ make 'CXXFLAGS=-O2 -pipe '
g++ -c -O2 -pipe server.cxx -o server.o
g++ -c -O2 -pipe stun.cxx -o stun.o
stun.cxx:679:7: #error Need some way to seed the random
number generator
make: *** [stun.o] Error 1


Oden Eriksson ( odene ) - 2005-04-28 09:49

3

Open

Accepted

Nobody/Anonymous

None

None

Public


Comment ( 1 )




Date: 2009-04-15 04:12
Sender: nobody

Hi Guys

Spent a bunch of time trying to find a solution to this and after running
around for ages finally decided to look at the code ;)

the test for the time stamp counter compatibility with TSC:

#elif defined(__GNUC__) && ( defined(__i686__) || defined(__i386__)

skips over for x86_64 systems. To fix: change that line to

#elif defined(__GNUC__) && ( defined(__i686__) || defined(__i386__) ||
defined(__x86_64__) )

and off you go

All the best - Kamil


Log in to comment.

Attached File

No Files Currently Attached

Changes ( 3 )

Field Old Value Date By
data_type 450614 2005-08-14 04:50 cullen
resolution_id None 2005-08-14 04:50 cullen
priority 5 2005-08-14 04:50 cullen