|
Hi Jeffrey,
that's an OS issue - your host system should define O_ASYNC. Some older
systems define FASYNC instead, try that one.
You can work around this more elegantly, too:
#ifndef O_ASYNC
#define O_ASYNC FASYNC
#endif
And hope for the best.
Markus.
--
"Nieder mit den Zitaten!" -Markus L. Noga <markus@noga.de>
|
|
Message is in Reply To:
| | Re: legOS-0.2.1
|
| (...) ==bulk of message removed (...) I'm getting a compile error when building the dll utility - an undefined symbol 'O_ASYNC' forgive my ignorance but how do I fix this? Thanks in advance, -=RoboCoder=- (25 years ago, 1-Nov-99, to lugnet.robotics.rcx.legos, lugnet.robotics.rcx)
|
4 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|