You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2022/03/01 04:04:25 UTC

[GitHub] [trafficserver] bneradt commented on issue #8686: QUICStreamVCAdapter.cc:27: undefined reference to `VIO::VIO()'

bneradt commented on issue #8686:
URL: https://github.com/apache/trafficserver/issues/8686#issuecomment-1054984461


   Looks like this is a library ordering issue. `libquic.a` requires `VIO::VIO()` which is provided by `iocore/eventsystem/libinkevent.a`, but that appears earlier in the link command. If I add libinkevent.a after libquic.a, the command succeeds.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org