Earlier than the problem, Martin Costable found this...

gcc-3.3 -DHAVE_CONFIG_H -I. -I. -I../Source/Include -isystem /usr/include/gcc/darwin/3.3 -I/sw/include -I/sw/lib/perl5-core/5.8.6/darwin-thread-multi-2level/CORE -Dbool=char -Dexplicit=-isystem /sw/include -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -g -O2 -Wall -MT libswigpl_la-libpl.lo -MD -MP -MF .deps/libswigpl_la-libpl.Tpo -c libpl.c -fno-common -DPIC -o .libs/libswigpl_la-libpl.o

I think it is this "-Dexplicit=-isystem /sw/include" that makes the compiler choke. Unfortunately, I have no time now to try to find out where this comes from.


The final problem is here:

fi
gcc-3.3 -DHAVE_CONFIG_H -I. -I. -I../Source/Include -isystem /usr/include/gcc/darwin/3.3 -I/sw/include -I/sw/lib/perl5-core/5.8.6/darwin-thread-multi-2level/CORE -Dbool=char -Dexplicit=-isystem /sw/include -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -g -O2 -Wall -MT libswigpl_la-libpl.lo -MD -MP -MF .deps/libswigpl_la-libpl.Tpo -c libpl.c -fno-common -DPIC -o .libs/libswigpl_la-libpl.o
gcc-3.3: cannot specify -o with -c or -S and multiple compilations
make[1]: *** [libswigpl_la-libpl.lo] Error 1
make: *** [runtime] Error 2
### execution of make failed, exit code 2
Failed: compiling swig-1.3.20-11 failed


Could I solve this by forcing it to use gcc4? 3.3 comes with the developer tools so is probably more tested but it might work. If so, how would I do that?

I have updated everything, cleaned up and eaten sensibly for the last few days.

This has been bugging me for a week, any help would be appreciated. I'm only trying to connect to a Subversion server via https://........

Matthew Bate
e: [EMAIL PROTECTED]
t: +44 1798 815033
m: +44 7866 500586
p: P.O. Box 2115, Pulborough, RH20 2XQ, UK

The information transmitted is intended only for the person or entity to which it is addressed and contains confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you have received this in error, please contact the sender and delete the material from any computer.

Electronic communications can be falsified. Please verify any critical information before acting upon it.



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Fink-beginners mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to