Hi, I had some nasty problems compiling TPP 4.8.0 on a non-standard 64bit linux system (massypup64, a derivative of fatdog64).
Solution: Changing line 175 in the Makefile.incl to ARCH := exotic Hint to the developers: if ARCH_DISTRO is empty, an ARCH value of the format "-x86.". may be built. This causes confusion, because the -x86.. can be interpreted as an option during compilation. Suggestion: e.g. Replacing the "-" for an "_", or performing a check/ implementing a function, which secures that ARCH_DISTRO is not empty "". Now, everything compiles happily without error. Have fun, Robert -- You received this message because you are subscribed to the Google Groups "spctools-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spctools-discuss. For more options, visit https://groups.google.com/d/optout.
