Robert, I'm guessing that this line "cut -d ' ' -f1 /etc/*release | head -n1" buried deep in the TPP Makefile is returning an empty string so when the ARCH is set to the distro + architecture you only get the architecture part. An alternative to changing the Makefile, you should be able to simply type "make ARCH=exotic".
-Joe On Tue, Aug 11, 2015 at 4:50 PM, Robert <[email protected]> wrote: > 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. > -- Joe Slagel Institute for Systems Biology [email protected] -- 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.
