Dominique Dhumieres wrote:
>>Could you look in the config.log file if there are further informations
>>about this failure?
> 
> 
> I have:
> 
> ...
> configure:32193: checking for sys/stat.h
> configure:32198: result: yes
> configure:32351: /sw/bin/g++-4 -o conftest -g -O2 -I/usr/X11R6/include 
> -I/sw/include -I/usr/X11R6/include -L/sw/lib -dylib_file    
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib: 
>   
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 
> conftest.cpp -lm -lXmu -lXext -lXt -lX11 -lxm -lxt -lSM -lICE 
> -L/usr/X11R6/lib -lpthread  >&5
> /usr/bin/ld: -dylib_file argument: 
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib: 
> must have a ':' between its file names
> collect2: ld returned 1 exit status
> configure:32357: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */

This is strange. While it is certainly not good style(*) to leave spaces 
between the 2 components of the -dylib_file arguments, my compiler does 
not complain about it. What version of g++-4 do you have?

(*)It is more stable to use the variant
"-Wl,-dylib_file,/System...:/System..."
of the dylib_file flag instead of "-dylib_file /System...:/System..."

-- 
Martin



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel

Reply via email to