Skip to content

Is this expected behaviour? #1059

Closed Answered by rui314
elsandosgrande asked this question in Q&A
Discussion options

You must be logged in to vote

There is a single-letter option -u that takes an argument, so -u<foo> is interpreted as -u <foo>. In your case, it's interpreted as -u ndefined. If you want to specify the --undefined option, you need to prepend it with double dashes (i.e. pass -Wl,--undefined).

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
4 replies
@elsandosgrande
Comment options

@rui314
Comment options

@rui314
Comment options

@elsandosgrande
Comment options

Answer selected by elsandosgrande
Comment options

You must be logged in to vote
1 reply
@rui314
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants