Osman Zakir via llvm-dev
2018-Nov-16 14:54 UTC
[llvm-dev] Problem compiling and linking code
I have these warning whenever I try to compile the code for the app in this repository: https://github.com/DragonOsman/currency_converter : [https://avatars0.githubusercontent.com/u/18173932?s=400&v=4]<https://github.com/DragonOsman/currency_converter> GitHub - DragonOsman/currency_converter: Application for Computer Science course<https://github.com/DragonOsman/currency_converter> Google Maps + Currency Converter Web Application. Application for Computer Science course. This is a currency converter web application with the frontend and a backend. github.com " clang++.exe: warning: -ljinja2cpp: 'linker' input unused [-Wunused-command-line-argument] clang++.exe: warning: -lboost_system: 'linker' input unused [-Wunused-command-line-argument] clang++.exe: warning: -lpthread: 'linker' input unused [-Wunused-command-line-argument] " I also want to ask how I can use Clang version 7.0.0 with Emscripten to compile WebAssembly. I want to compile my app to WebAssembly. I notice there's a WASM-related file that came with version 7.0.0 when I downloaded it just now. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181116/e1869f0f/attachment.html>
James Henderson via llvm-dev
2018-Nov-19 09:44 UTC
[llvm-dev] Problem compiling and linking code
Hi, I'm not familiar with Emscripten or WebAssembly, but do you know what the actual command-line to clang is? James On Fri, 16 Nov 2018 at 14:55, Osman Zakir via llvm-dev < llvm-dev at lists.llvm.org> wrote:> I have these warning whenever I try to compile the code for the app in > this repository: https://github.com/DragonOsman/currency_converter : > <https://github.com/DragonOsman/currency_converter> > GitHub - DragonOsman/currency_converter: Application for Computer Science > course <https://github.com/DragonOsman/currency_converter> > Google Maps + Currency Converter Web Application. Application for Computer > Science course. This is a currency converter web application with the > frontend and a backend. > github.com > > " > clang++.exe: warning: -ljinja2cpp: 'linker' input unused > [-Wunused-command-line-argument] > clang++.exe: warning: -lboost_system: 'linker' input unused > [-Wunused-command-line-argument] > clang++.exe: warning: -lpthread: 'linker' input unused > [-Wunused-command-line-argument] > " > > I also want to ask how I can use Clang version 7.0.0 with Emscripten to > compile WebAssembly. I want to compile my app to WebAssembly. I notice > there's a WASM-related file that came with version 7.0.0 when I downloaded > it just now. > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181119/6704e436/attachment.html>