Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linker should not be hardcoded #4

Closed
jendrikseipp opened this issue Oct 7, 2014 · 1 comment · Fixed by #42
Closed

Linker should not be hardcoded #4

jendrikseipp opened this issue Oct 7, 2014 · 1 comment · Fixed by #42

Comments

@jendrikseipp
Copy link

I think it would be nice if the LINKER variable in the Makefile would not be hardcoded to g++, but would instead e.g. use the provided linker in the CXX variable.

BTW: The options for compiling C files can probably go away since the project uses only C++ files.

@DerekLong101
Copy link
Contributor

On 07/10/14 12:57, jendrikseipp wrote:

I think it would be nice if the LINKER variable in the Makefile would
not be hardcoded to g++, but would instead e.g. use the provided
linker in the CXX variable.

BTW: The options for compiling C files can probably go away since the
project uses only C++ files.


Reply to this email directly or view it on GitHub
#4.

Thanks - yes, we'll change that.

Cheers

Derek

Prof Derek Long
Department of Informatics
King's College London
Strand
London, WC2R 2LS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants