[fpc-devel] fnmatch (linux), where is the external

2023-10-19 Thread Fred vS via fpc-devel
Hello. @ Rob: > #!/bin/sh > COMPILER=fpc > make clean > make all FPC=$COMPILER OPT="-Fl/usr/local/lib" > make FPC=$COMPILER install INSTALL_PREFIX=/usr/ > this script, according to Fred vS, rebuilds: FPC, the FPC RTL, and the > Lazarus LCL. Hum, if I may, I never said that this script will reb

Re: [fpc-devel] fnmatch (linux), where is the external

2023-10-19 Thread robert rozee via fpc-devel
Sent: Thursday, October 19, 2023 at 1:56 AM From: "Fred vS via fpc-devel" > @ Rob: >> #!/bin/sh >> COMPILER=fpc >> make clean >> make all FPC=$COMPILER OPT="-Fl/usr/local/lib" >> make FPC=$COMPILER install INSTALL_PREFIX=/usr/ >> this script, according to Fred vS, rebuilds: FPC, the FPC RTL, and