Re: fixing Makefile.shlib for solaris/gcc with -m64 flag - Mailing list pgsql-hackers

From Tom Lane
Subject Re: fixing Makefile.shlib for solaris/gcc with -m64 flag
Date
Msg-id 9438.1169046456@sss.pgh.pa.us
Whole thread Raw
In response to fixing Makefile.shlib for solaris/gcc with -m64 flag  ("Jignesh K. Shah" <J.K.Shah@Sun.COM>)
Responses Re: fixing Makefile.shlib for solaris/gcc with -m64 flag  ("Jignesh K. Shah" <J.K.Shah@Sun.COM>)
List pgsql-hackers
"Jignesh K. Shah" <J.K.Shah@Sun.COM> writes:
> It should be
>      LINK.shared         = $(COMPILER) -shared

Why?  What's the difference, and why is it appropriate to fix it that
way instead of by changing CFLAGS?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: With Function 'Chr', is it a bug?
Next
From: Tom Lane
Date:
Subject: Re: Idea for fixing the Windows fsync problem