OpenSSL's config selects Compaq's cc flags, but since OpenPKG uses gcc, it needs to select the alpha-gcc target.
The file 'config' needs the following change: - *-*-tru64) OUT="alpha-cc" ;; + *-*-tru64) OUT="alpha-gcc" ;; Rgrds, Karl ______________________________________________________________________ The OpenPKG Project www.openpkg.org Developer Communication List [EMAIL PROTECTED]
