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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to