Re: How can I install ATS2 in FreeBSD?

2017-10-11 Thread Lajto
something? Thanks. El martes, 10 de octubre de 2017, 22:36:34 (UTC+2), gmhwxi escribió: > > That is good. Maybe this one can help: > > > https://llaisdy.wordpress.com/2014/04/30/building-and-installing-ats-on-freebsd/ > > > On Tue, Oct 10, 2017 at 4:33 PM, Lajto <laj...

Re: How can I install ATS2 in FreeBSD?

2017-10-10 Thread Lajto
config.mk was generated. This is its content: INSTALL := /usr/bin/install -c PACKAGE_TARNAME := ats2-postiats PACKAGE_VERSION := 0.3.7 prefix := /usr/local exec_prefix := ${prefix} bindir := ${exec_prefix}/bin abs_top_srcdir := /usr/home/lajto/.ats2-folder AR := ar CC := cc LN_S := ln -s

Re: How can I install ATS2 in FreeBSD?

2017-10-10 Thread Lajto
New problems: gmake -j4 -C src/CBOOT patsopt CCOMP=clang GCFLAG= LDFLAGS= gmake[1]: se entra en el directorio '/usr/home/lajto/.ats2-folder/src/CBOOT' gmake[1]: *** No hay ninguna regla para construir el objetivo 'patsopt'. Alto. gmake[1]: se sale del directorio '/usr/home/lajto/.ats2-folder

Re: How can I install ATS2 in FreeBSD?

2017-10-10 Thread Lajto
I did 'ln -s /usr/local/share/automake-1.15/install-sh .' and it works, but then I have another problem: make: "/usr/home/lajto/.ats2-folder/Makefile" line 105: Variable/Value missing from "export" make: "/usr/home/lajto/.ats2-folder/Makefile" line 106: Variab

Re: How can I install ATS2 in FreeBSD?

2017-10-10 Thread Lajto
Monday, October 9, 2017 at 11:49:30 AM UTC-4, Lajto wrote: >> >> I want to install ATS2 in FreeBSD, but there are some problems. I >> downloaded ATS-Postiats-release using git and changed this settings of the >> Makefile: >> >> MAKE = gmake >> MAKEJ4

How can I install ATS2 in FreeBSD?

2017-10-09 Thread Lajto
I want to install ATS2 in FreeBSD, but there are some problems. I downloaded ATS-Postiats-release using git and changed this settings of the Makefile: MAKE = gmake MAKEJ4 = gmake CCOMP = clang When I try to do "./configure", I get: command not found In The FreeBSD Forums someone says that