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

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

2023-10-18 Thread robert rozee via fpc-devel
Sent: Wednesday, October 18, 2023 at 9:03 PM From: "Mattias Gaertner via fpc-devel" > Patches don't work with debs. >> given that i have installed from the three .deb packages, how do i perform a >> rebuild of the Lazarus packages? do i add the line "make distclean bigide" >> to the end of

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

2023-10-17 Thread robert rozee via fpc-devel
Sent: Wednesday, October 18, 2023 at 9:58 AM From: "Mattias Gaertner via fpc-devel" >> interesting. the above script has been widely circulating on the lazarus/FPC >> forums, and to date none of >> the 'experts' there, including Marco, have suggest it is deficient. this >> silence disappoints

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

2023-10-17 Thread robert rozee via fpc-devel
Sent: Wednesday, October 18, 2023 at 3:05 AM From: "Mattias Gaertner via fpc-devel" >> #!/bin/sh >> COMPILER=fpc >> make clean >> make all FPC=$COMPILER OPT="-Fl/usr/local/lib" >> make FPC=$COMPILER install INSTALL_PREFIX=/usr/ > > No, it updates fpc and all its packages. It does not touch any

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

2023-10-17 Thread robert rozee via fpc-devel
Sent: Wednesday, October 18, 2023 at 2:17 AM From: "Mattias Gaertner via fpc-devel" To: fpc-devel@lists.freepascal.org > Let's see if I got this right: > You installed the debs and then installed a new compiler, effectively > replacing deb files. > > The problem is that the debs install a version

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

2023-10-17 Thread robert rozee via fpc-devel
Sent: Wednesday, October 18, 2023 at 1:13 AM From: "Mattias Gaertner via fpc-devel" > What packages are listed in the project inspector? you mean for my test application when it is opened in the Lazarus IDE? Files project1.lpr unit1.pas Required Packages LCL i would strongly

[fpc-devel] fnmatch (linux), where is the external code/symbol located?

2023-10-17 Thread robert rozee via fpc-devel
Op 17-10-2023 om 13:17 schreef robert rozee via fpc-devel: > Date: Tue, 17 Oct 2023 09:32:16 +0200 > From: Marco van de Voort > (1) installing a new compiler, possibly erasing a release (-Ur) compiler > with one that isn't. > (2) modifying LCL source. >> reversing

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

2023-10-17 Thread robert rozee via fpc-devel
Date: Tue, 17 Oct 2023 09:32:16 +0200 From: Marco van de Voort > - without the patches you are reviewing it works all fine, suggesting a > problem in those patches that somehow forces linking to the symbol > without it being used. to dispel any doubt, i've just created a new Linux Mint 21.2

[fpc-devel] fnmatch (linux), where is the external code/symbol located?

2023-10-17 Thread robert rozee via fpc-devel
when rebuilding FPC (version 3.2.2, Lazarus 2.2.6, "x86_64-linux-gtk2") from sources, the compiler processes the symbol "fnmatch" that is 'paired' with the library "libgtk-x11-2.0.so". i have traced this back to the source file /usr/share/fpcsrc/3.2.2/packages/gtk2/src/gtk+/gtk/fnmatch.pas and