Forum > Beginners
compiling the fpc source
Middlecope:
Yes binutils was missing. Thanks you very much for the hint
Now it is compiling like a dream. Thanks.
A very small problem with "make install"
How can I instruct make "install" to place everything in my home directory?
/usr/local/lib/fpc cannot be created it should be /home/teunis/local/lib/fpc etc.
Thanks in advance. Teunis
cdbc:
Hi
On Linux, you need SU to install anything! (root account). Security ;D
Regards Benny
Leledumbo:
--- Quote from: Middlecope on October 09, 2014, 11:47:45 pm ---How can I instruct make "install" to place everything in my home directory?
--- End quote ---
--- Code: ---make <additional options or commands or targets> INSTALL_PREFIX=/home/yourusername/fpc/or/anywhere/you/want
--- End code ---
marcov:
There is also the buildfaq: http://www.stack.nl/~marcov/buildfaq.pdf
Middlecope:
Yes thank you that did the trick
Everybody thank you for RESOLVING my problem/question
Navigation
[0] Message Index
[*] Previous page