dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] guessing compiler abilities


From: Miroslaw Dobrzanski-Neumann
Subject: [Pnet-developers] guessing compiler abilities
Date: Wed, 12 Nov 2003 10:56:25 +0100
User-agent: Mutt/1.4i

HI,

I've tried to build pnet on AIX 5 using IBM xlc compiler.
$ env CC=xlc CXX=xlC ./configure

The configure says the xlc understands and accepts the following options
-no-cpp-precomp
-fno-gcse
-fno-inline-functions
which is not true because of a bug in configure.in
the xlc passes all not understood options to ld if it is ever called, which is
not the case with -c option

The attached patch fixes the problem forcing ld to be called

Verify and apply please.

Regards,
-- 
Mirosław Dobrzański-Neumann
E-mail: address@hidden

This message is utf-8 encoded

Attachment: gccopts.diff
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]