Re: [fpc-devel] Library and unit search paths under MacOSX with fpc 2.0.0?

2005-06-16 Thread Marco van de Voort
with fpc, I need to add the following command-line options -Fl/sw/lib -Fl/usr/X11R6/lib as well as -Fu/usr/local/lib/fpc/2.0.0/units/powerpc-darwin/gtk The first two caught me by surprise, but some tracking resolved this. However, under Linux, I don't need to specify

Re: [fpc-devel] Library and unit search paths under MacOSX with fpc 2.0.0?

2005-06-15 Thread Ales Katona
Your fpc.cfg file is ether not existing, in the wrong place or wrongly configured. I don't know where it should be on MacOSX but if you find it fix the -Fu entries so they point to right locations(note: $fpcversion etc. are variables, leave them as they are: for example in here:

Re: [fpc-devel] Library and unit search paths under MacOSX with fpc 2.0.0?

2005-06-15 Thread Micha Nelissen
On Wed, 15 Jun 2005 08:29:54 +0200 Ales Katona [EMAIL PROTECTED] wrote: Your fpc.cfg file is ether not existing, in the wrong place or wrongly configured. I don't know where it should be on MacOSX but if you find it It's not so simple, I think, because otherwise he also wouldn't find RTL

Re: [fpc-devel] Library and unit search paths under MacOSX with fpc 2.0.0?

2005-06-15 Thread Ales Katona
Micha Nelissen wrote: On Wed, 15 Jun 2005 08:29:54 +0200 Ales Katona [EMAIL PROTECTED] wrote: Your fpc.cfg file is ether not existing, in the wrong place or wrongly configured. I don't know where it should be on MacOSX but if you find it It's not so simple, I think, because

Re: [fpc-devel] Library and unit search paths under MacOSX with fpc 2.0.0?

2005-06-15 Thread Marc Weustink
Micha Nelissen wrote: On Wed, 15 Jun 2005 08:29:54 +0200 Ales Katona [EMAIL PROTECTED] wrote: Your fpc.cfg file is ether not existing, in the wrong place or wrongly configured. I don't know where it should be on MacOSX but if you find it It's not so simple, I think, because otherwise he

Re: [fpc-devel] Library and unit search paths under MacOSX with fpc 2.0.0?

2005-06-15 Thread Tom Verhoeff
On Wed, Jun 15, 2005 at 11:09:22AM +0200, Marc Weustink wrote: Micha Nelissen wrote: On Wed, 15 Jun 2005 08:29:54 +0200 Ales Katona [EMAIL PROTECTED] wrote: Your fpc.cfg file is ether not existing, in the wrong place or wrongly configured. I don't know where it should be on MacOSX but if

Re: [fpc-devel] Library and unit search paths under MacOSX with fpc 2.0.0?

2005-06-15 Thread Vincent Snijders
Furthermore, Lazarus will still not compile. It gets quite a bit further now, but it chokes on compiling PropertyStorage.pas with Fatal: Can't find unit RTLConst It turns out that I do have rtlconsts.ppu, that is, with an extra 's'. I suspect this is a Lazarus issue. Lazarus 0.9.6

Re: [fpc-devel] Library and unit search paths under MacOSX with fpc 2.0.0?

2005-06-15 Thread Jonas Maebe
On 15 jun 2005, at 14:24, Tom Verhoeff wrote: However, it still doesn't explain why under Linux, I don't have to add any extra library search paths, but under Mac OS X, I do That's because /sw/lib is not a default search path for the linker under Mac OS X (which is quite logical since fink

Re: [fpc-devel] Library and unit search paths under MacOSX with fpc 2.0.0?

2005-06-15 Thread Dr. Karl-Michael Schindler
Hi, Am 15.06.2005 um 14:47 schrieb Jonas Maebe: On 15 jun 2005, at 14:24, Tom Verhoeff wrote: However, it still doesn't explain why under Linux, I don't have to add any extra library search paths, but under Mac OS X, I do That's because /sw/lib is not a default search path for the linker

Re: [fpc-devel] Library and unit search paths under MacOSX with fpc 2.0.0?

2005-06-15 Thread Jonas Maebe
On 15 jun 2005, at 15:35, Dr. Karl-Michael Schindler wrote: The changed fpc.cfg file has to be put into the darwin bootstrap tar ball, which also contains the bootstrap compiler. sorry for the lack of documentation. Actually my fpc.cfg file contains: -Fl/usr/lib This one isn't

Re: [fpc-devel] Library and unit search paths under MacOSX with fpc 2.0.0?

2005-06-15 Thread Dr. Karl-Michael Schindler
Am 15.06.2005 um 15:54 schrieb Jonas Maebe: On 15 jun 2005, at 15:35, Dr. Karl-Michael Schindler wrote: The changed fpc.cfg file has to be put into the darwin bootstrap tar ball, which also contains the bootstrap compiler. sorry for the lack of documentation. Actually my fpc.cfg file

[fpc-devel] Library and unit search paths under MacOSX with fpc 2.0.0?

2005-06-14 Thread Tom Verhoeff
I have a standard release installation of fpc 2.0.0 under Mac OS X. I installed GTK through fink (as explained in the Lazarus wiki). This has given me GTK 1.2.10. No problems so far. When I try to compile the following simple GTK Pascal tutorial program PROGRAM base; USES gtk; VAR window :