yetist / ios-toolchain-based-on-clang-for-linux

Automatically exported from code.google.com/p/ios-toolchain-based-on-clang-for-linux
0 stars 0 forks source link

-dynamic not an option for ld, can't make HelloWorld application #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run make after creating a project in the project directory.

What is the expected output? What do you see instead?
expected output would be a successful make of the HelloWorld application

instead I get this:

/usr/bin/ld: unrecognized option '-dynamic'
/usr/bin/ld: use the --help option for usage information
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [HelloWorld] Error 1

What version of the product are you using? On what operating system?
current prebuilt tools from the downloads section 
running Ubuntu Gnome 13.10 64bit

Please provide any additional information below.
No idea what this means. Did some google searches, checked other issues, didn't 
find anything :(

Original issue reported on code.google.com by njhyla...@gmail.com on 18 Mar 2014 at 11:36

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Ah, nevermind. I checked the issues agian and did a search for All issues, not 
just the default shown ones. Found a solution in  #6

Original comment by njhyla...@gmail.com on 18 Mar 2014 at 11:47