| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
Hello, all ...[snip]
Hey, I see md5.h in /usr/include/sys ... but I can't seem to find the
library to link with (i'm trying to use MD5File()). This is what I
tried:
... a few quick nm's didn't seem to find MD5 stuff in anything but
/usr/lib/libcrypto,dylib. What am I missing?
You are missing the realization that you should not be using headers
from /usr/include/sys in user-level code (with a few exceptions that
are *very* system-specific). If the identifiers are declared in a
<sys/...> header, they will generally be declared and instantiated in
the kernel, and your code can't user them.
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.