Re: Strange problem with autotools build on mac

2011-08-24 Thread Stephan Witt
Am 23.08.2011 um 22:50 schrieb Jean-Marc Lasgouttes: > After returning from vacation, I noticed that building with autotools is now > broken on my 10.6.8 iMac. The link breakage can be fixed by invoking make as > make QT4_LIB="-framework Carbon -framework Cocoa" > > Has something happened that

Strange problem with autotools build on mac

2011-08-23 Thread Jean-Marc Lasgouttes
After returning from vacation, I noticed that building with autotools is now broken on my 10.6.8 iMac. The link breakage can be fixed by invoking make as make QT4_LIB="-framework Carbon -framework Cocoa" Has something happened that removed the libraries from the normal link invocation? Have