linux 64bit compiling / linking problems

42 views
Skip to first unread message

Harry van Haaren

unread,
Apr 29, 2013, 9:24:31 PM4/29/13
to urh...@googlegroups.com
Hi All,

I'm attempting to build Urho3D, and am having problems linking after compile.
The errors returned seem related to the linker not finding a "suitable" library to link.
Detailed output: http://pastebin.com/Zrf4q8UE

Has anybody else experienced this? Help appreciated, -Harry

Lasse Öörni

unread,
Apr 30, 2013, 2:46:11 PM4/30/13
to urh...@googlegroups.com
Hi, you need to install 32bit versions of the not found libraries, or if using the latest SVN version, you can alternatively enable 64bit build of Urho3D. To do that, change (uncomment) the line

    # set (ENABLE_64BIT 1)

near the beginning of the root CMakeLists.txt file to

    set (ENABLE_64BIT 1)

Then delete CMakeCache.txt, rerun CMake, and rebuild.

Harry van Haaren

unread,
Apr 30, 2013, 9:46:27 PM4/30/13
to Lasse Öörni, urh...@googlegroups.com
On Tue, Apr 30, 2013 at 7:46 PM, Lasse Öörni <loo...@gmail.com> wrote:
> set (ENABLE_64BIT 1)

Thanks, I grabbed latest svn and set that option, worked perfectly.

Cheers! -Harry
Reply all
Reply to author
Forward
0 new messages