On Thu, 11 Jul 2002, Eliran wrote:
> so I appended it and tryed again, than I got: > > configure: error: Failed to find alignment. Check config.log for details. > > After trying to check the COBRA_octet thing. > config.log contains nothing useful except the message and the routine > itself. why do you imply that the message and the routine itself, are not useful? you could copy the program (it writes a complete program in the log, not just a routine) to a file, then compile it with the compilation command mentioned in the log, and then see what compiler error you get - and figure out what causes it. in many cases, this boils down to the fact that it took header files of the older version and mixed with those of the newer version, for example. or it can be a different problem. -- guy "For world domination - press 1, or dial 0, and please hold, for the creator." -- nob o. dy ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
