Sign In
·
Register
Categories
Discussions
Sign In
Sign In
·
Register
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Categories
1K
All Categories
400
General
261
General discussions
110
Projects - Tools
29
Website
630
Help
509
Help request
110
Bug report - Feature request
11
Releases
In this Discussion
October 2013
nowolfer
October 2013
iarwain
Home
›
Help request
orx compile with error on mac osx
nowolfer
October 2013
edited October 2013
in
Help request
ld: warning: directory not found for option '-L../../../lib'
ld: warning: directory not found for option '-L/usr/lib64'
ld: unknown option: --export-dynamic
collect2: ld returned 1 exit status
Version 10.8.5
Intel Core i5
Comments
iarwain
October 2013
edited October 2013
It looks like you're using a linux makefile to compile as it's the only version using the --export-dynamic command line parameter.
Also everything looks to build just fine on the OSX build machine (OSX 10.6 / gcc 4.2.1):
http://buildbot.orx-project.org:8010/builders/mac/builds/130/steps/compile engine debug 64/logs/stdio
nowolfer
October 2013
edited October 2013
Can i use the premake4 gmake on OSX or just only xcode work?
iarwain
October 2013
edited October 2013
It should work fine, that's the version used by the build machine.
Sign In
or
Register
to comment.
▲
?
/
4
jump to page
of 1
▼
▲
Comments
Also everything looks to build just fine on the OSX build machine (OSX 10.6 / gcc 4.2.1): http://buildbot.orx-project.org:8010/builders/mac/builds/130/steps/compile engine debug 64/logs/stdio