'linker' input unused
Brought to you by:
martyn_plummer
Not a major issue but compiling on OS X gives e.g.:
g++ -DHAVE_CONFIG_H -I. -I.. -I../src/include -I../src/modules -I/opt/local/include -Os -arch x86_64 -framework Accelerate -MT modules-modules.o -MD -MP -MF .deps/modules-modules.Tpo -c -o modules-modules.o test -f 'modules.cc' || echo './'modules.cc
clang: warning: -framework Accelerate: 'linker' input unused
This is due to a linker flag being passed to the compiler - this is just to remind me to try and resolve this at some point. The warning only occurs when using -framework Accelerate and not when compiling against Atlas.
Anonymous
This is resolved as of version 4.3.0 of the installation manual - the ticket can be closed
how did uou resolve this?