Re: [Fink-devel] linker error: ld: library not found for -lcrt1.10.5.o

2010-05-09 Thread Koen van der Drift
On May 8, 2010, at 12:15 PM, Martin Costabel wrote: Koen van der Drift wrote: [] I tried that, and now get the following error instead at the same location: Linking CXX executable massXpert.app/Contents/MacOS/massXpert cd /sw/src/fink.build/massxpert-x11-2.1.0-1001/massxpert-2.1.0/gui

Re: [Fink-devel] linker error: ld: library not found for -lcrt1.10.5.o

2010-05-09 Thread Koen van der Drift
On May 8, 2010, at 12:15 PM, Martin Costabel wrote: Looks like a missing -framework CoreFoundation. No idea who should have brought this in and didn't. Got that sorted out by using: SetLDFLAGS: -Wl,-framework,CoreFoundation -Wl The package builds fine now. - Koen.

[Fink-devel] linker error: ld: library not found for -lcrt1.10.5.o

2010-05-08 Thread Koen van der Drift
Hi, As posted earlier this week on IRC, I am getting the following linker error: Linking CXX executable massXpert.app/Contents/MacOS/massXpert cd /sw/src/fink.build/massxpert-x11-2.1.0-1001/massxpert-2.1.0/gui / sw/bin/cmake -E cmake_link_script CMakeFiles/massXpert.dir/link.txt --

Re: [Fink-devel] linker error: ld: library not found for -lcrt1.10.5.o

2010-05-08 Thread Martin Costabel
Koen van der Drift wrote: Hi, As posted earlier this week on IRC, I am getting the following linker error: Linking CXX executable massXpert.app/Contents/MacOS/massXpert cd /sw/src/fink.build/massxpert-x11-2.1.0-1001/massxpert-2.1.0/gui / sw/bin/cmake -E cmake_link_script

Re: [Fink-devel] linker error: ld: library not found for -lcrt1.10.5.o

2010-05-08 Thread Koen van der Drift
On May 8, 2010, at 7:59 AM, Martin Costabel wrote: The -isysroot flag. You probably don't have /Developer/SDKs/ MacOSX10.4u.sdk/usr/lib/crt1.10.5.o Unfortunately, cmake is trying successfully to out-bloat the autotools-based build system. In 2.8 they added this -isysroot garbage as

Re: [Fink-devel] linker error: ld: library not found for -lcrt1.10.5.o

2010-05-08 Thread Martin Costabel
Koen van der Drift wrote: [] I tried that, and now get the following error instead at the same location: Linking CXX executable massXpert.app/Contents/MacOS/massXpert cd /sw/src/fink.build/massxpert-x11-2.1.0-1001/massxpert-2.1.0/gui /sw/bin/cmake -E cmake_link_script