Skip to content

Move library linking to end of g++ invocation#6

Open
jeremyong wants to merge 1 commit into
TensorWrench:masterfrom
jeremyong:fix-makefile
Open

Move library linking to end of g++ invocation#6
jeremyong wants to merge 1 commit into
TensorWrench:masterfrom
jeremyong:fix-makefile

Conversation

@jeremyong

Copy link
Copy Markdown

See http://gcc.gnu.org/onlinedocs/gcc/Link-Options.html

The protoc and protobuf libraries are linked in the middle of the g++ invocation which will cause them to not compile in certain systems.

@g-andrade

Copy link
Copy Markdown

This is still (and most likely will continue to be) an issue.
Using 'g++-4.8.real (Ubuntu 4.8.2-19ubuntu1) 4.8.2'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants