Domanda

provo ad installare FPC su Solaris aperti facendo questo:

svn checkout http://svn.freepascal.org/svn/fpc/branches/fixes_2_4 fpcfixes2_4

cd fpcfixes2_4
gmake clean all install INSTALL_PREFIX=~

Come descritto qui: http://wiki.lazarus.freepascal.org/Getting_Lazarus#Building_and_installing_Free_Pascal_in_UNIXe

Tuttavia ottengo questo errore:

gmake: -iVSPTPSOTO: Command not found
gmake: -iSP: Command not found
gmake: -iTP: Command not found
gmake: -iSO: Command not found
gmake: -iTO: Command not found
/usr/xpg4/bin/rm -f build-stamp.*
/usr/xpg4/bin/rm -f base.build-stamp.*
gmake compiler_cycle RELEASE=1
gmake[1]: -iVSPTPSOTO: Command not found
gmake[1]: Entering directory `/home/jill/basura/fpcfixes2_4'
gmake[1]: -iSP: Command not found
gmake[1]: -iTP: Command not found
gmake[1]: -iSO: Command not found
gmake[1]: -iTO: Command not found
È stato utile?

Soluzione

Il Free Pascal Compiler è scritto su Free Pascal. Questo significa che avete bisogno di un binario di Free Pascal Compiler esistente per compilare una nuova versione.

Mentre almeno Solaris / SPARC e Solaris / i386 sono supportati in tronco svn (io non sono sicuro di x86_64), al momento non offrire alcun binari perché non abbiamo veri manutentori per queste piattaforme. Inoltre, penso che solo Solaris / SPARC è supportato nel ramo correzioni.

Dal momento che non v'è alcun compilatore bootstrap binaria disponibile per Solaris, che avrebbe dovuto attraversare-compilare la versione iniziale su un'altra piattaforma. Vedere http://www.stack.nl/~marcov/buildfaq.pdf ulteriori informazioni.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top