develooper Front page | perl.perl6.internals | Postings from January 2002

GCC-specific (?) options in Makefile.in

From:
Simon Cozens
Date:
January 26, 2002 06:49
Subject:
GCC-specific (?) options in Makefile.in
Message ID:
20020126145205.GA19631@netthink.co.uk
Intel's icc doesn't like the -Wl,... What's it doing there, anyway?

blib/lib/libparrot$(SO).${VERSION}: $(O_FILES)
    $(LD) -shared -Wl,-soname,libparrot$(SO).${MAJOR} $(LDFLAGS) -o blib/lib/libparrot$(SO).${VERSION} $(O_FILES)

blib/lib/libcore_prederef$(SO).${VERSION}: core_ops_prederef$(O)
    $(LD) -shared -Wl,-soname,libparrot$(SO).${MAJOR} $(LDFLAGS) -o blib/lib/libcore_prederef$(SO).${VERSION} core_ops_prederef$(O)

-- 
	"The elder gods went to Suggoth and all I got was this lousy T-shirt."



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About