Zandronum Chat on our Discord Server Get the latest version: 3.1
Source Code

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000202Doomseeker[All Projects] Bugpublic2010-11-20 03:372018-09-29 14:49
Reporterachtung 
Assigned ToBlzut3 
PrioritynormalSeverityblockReproducibilityalways
StatusclosedResolutionfixed 
Platformx86_64OSFedoraOS Version14
Product Version 
Target VersionFixed in Version0.8 Beta 
Summary0000202: Doomseeker 0.7 fails to compile.
DescriptionAttempting to compile Doomseeker results in the following error:


Linking CXX executable ../doomseeker
/usr/bin/ld: CMakeFiles/doomseeker.dir/sdeapi/pluginloader.o: undefined reference to symbol 'dlclose@@GLIBC_2.2.5'
/usr/bin/ld: note: 'dlclose@@GLIBC_2.2.5' is defined in DSO /lib64/libdl.so.2 so try adding it to the linker command line
/lib64/libdl.so.2: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make[2]: *** [doomseeker] Error 1
make[1]: *** [src/CMakeFiles/doomseeker.dir/all] Error 2
make: *** [all] Error 2
Steps To ReproduceAttempt to compile doomseeker 0.7b on Fedora 14 x86_64.
Attached Files

- Relationships

-  Notes
User avatar (0000629)
Blzut3 (administrator)
2010-11-22 19:58

I think a temporary solution until I get around to looking into the proper way to fix this would be to change the following line in src/CMakeLists.txt:

target_link_libraries(doomseeker ${QT_LIBRARIES} ${QT_QTNETWORK_LIBRARIES} wadseeker)

to

target_link_libraries(doomseeker ${QT_LIBRARIES} ${QT_QTNETWORK_LIBRARIES} wadseeker dl)
User avatar (0000630)
achtung (reporter)
2010-11-23 04:25

It successfully compiled.

Thank you.
User avatar (0000633)
Blzut3 (administrator)
2010-11-25 05:37

Should be fixed in r583.

Issue Community Support
This issue is already marked as resolved.
If you feel that is not the case, please reopen it and explain why.
Supporters: No one explicitly supports this issue yet.
Opponents: No one explicitly opposes this issue yet.

- Issue History
Date Modified Username Field Change
2010-11-20 03:37 achtung New Issue
2010-11-20 14:49 Zalewa Assigned To => Blzut3
2010-11-20 14:49 Zalewa Status new => assigned
2010-11-22 19:58 Blzut3 Note Added: 0000629
2010-11-23 04:25 achtung Note Added: 0000630
2010-11-25 05:37 Blzut3 Note Added: 0000633
2010-11-25 05:37 Blzut3 Status assigned => resolved
2010-11-25 05:37 Blzut3 Fixed in Version => 0.8 Beta
2010-11-25 05:37 Blzut3 Resolution open => fixed
2012-06-09 13:22 Torr Samaho Category General => Bug
2018-09-29 14:49 WubTheCaptain Status resolved => closed






Questions or other issues? Contact Us.

Links


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker