r2 - 20 Jul 2005 - 23:47:24 - BobKrzaczekYou are here: TWiki >  Help Web  > BuildEnvForForte32
Tags:
create new tag
, view all tags
This provides the standard build environment for software packages in CIS that are built into the /cis tree using the Forte toolset, creating 32 bit executables. This is meant to be copied and pasted right into your environment. Note that this environment is typically only good for building things, you probably don't want to use this as a user environment.

See also: BuildEnvForForte64 BuildEnvForGcc32? BuldEnvForGcc64?

CC='cc -xtarget=ultra2e'
CXX='CC -xtarget=ultra2e'
F77='f77 -xtarget=ultra2e'
F90='f90 -xtarget=ultra2e'
CFLAGS=-O
CXXFLAGS=-O
F77FLAGS=-O
F90FLAGS=-O
CPPFLAGS=-I/cis/include
LDFLAGS='-L/cis/lib -R/cis/lib'
MAKE=gmake
GNUMAKE=gmake
PERL=/cis/bin/perl
M4=/cis/bin/m4
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/openwin/bin:/usr/dt/bin:/usr/ccs/bin:/opt/SUNWspro/bin:/usr/java/bin:/cis/bin:/cis/sbin
export CC CXX F77 F90
export CFLAGS CXXFLAGS F77FLAGS F90FLAGS
export CPPFLAGS LDFLAGS MAKE GNUMAKE PERL M4
export PATH
unset LD_LIBRARY_PATH LD_RUN_PATH

-- BobKrzaczek - 20 Apr 2005

Edit | WYSIWYG | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r2 < r1 | More topic actions
 
Powered by TWiki
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback