[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

8.2.3 Compilation Directives

Here is the compilation command line for the given example (`zfile.cpp'):
Linux
`g++ -shared -o zfile.so -I$DELIGHT/include zfile.cpp'
IRIX
`CC -shared -o zfile.so -I$DELIGHT/include zfile.cpp'
MacOS X
`g++ -o zfile.so -I$DELIGHT/include -arch "ppc" -bundle zfile.cpp'
Windows
`cl -I%DELIGHT%/include -LD zfile.cpp'


This document was generated by Aghiles Kheffache on July, 31 2003 using texi2html
3Delight 1.0.0. Copyright 2000-2003 The 3Delight Team. All Rights Reserved.