rodrigograca31 / omegalib

Automatically exported from code.google.com/p/omegalib
0 stars 0 forks source link

Error when linking against libomega.so #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Configure cmake with Dynamic_openthreads, OMEGA_BUILD_APPS, and 
OMEGA_USE_NETSERVICE enabled
2. Build in Linux using gcc4.6.1

What is the expected output? What do you see instead?
Linking error at building of Eventlogger. Undefined reference to 
omega::__errno_location()

What version of the product are you using? On what operating system?
v0.6-stable
see #2 for system and compiler version

Please provide any additional information below.

Worked around by commenting out all lines in NetService.cpp containing 
strerror(errno). This allows me to build but a non-hacked solution is needed if 
this a persistant error for this version of gcc.

Original issue reported on code.google.com by isThisWh...@gmail.com on 31 Aug 2011 at 2:29

GoogleCodeExporter commented 8 years ago
Fixed in revision 915.

Original comment by joa...@gmail.com on 9 Sep 2011 at 1:47

GoogleCodeExporter commented 8 years ago

Original comment by joa...@gmail.com on 9 Sep 2011 at 1:48