Changeset 2437 in Sophya for trunk/SophyaExt/JThreadsC++
- Timestamp:
- Sep 17, 2003, 2:20:44 PM (22 years ago)
- Location:
- trunk/SophyaExt/JThreadsC++
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/JThreadsC++/Examples/Makefile
r1025 r2437 4 4 5 5 CXX := g++ 6 ifdef EROSCXX7 CXX := $( EROSCXX)6 ifdef SOPHYACXX 7 CXX := $(SOPHYACXX) 8 8 endif 9 9 -
trunk/SophyaExt/JThreadsC++/JTCSrc/Makefile
r1023 r2437 4 4 5 5 CXX := g++ 6 ifdef EROSCXX7 CXX := $( EROSCXX)6 ifdef SOPHYACXX 7 CXX := $(SOPHYACXX) 8 8 endif 9 9 -
trunk/SophyaExt/JThreadsC++/README
r1024 r2437 28 28 29 29 1) Select the compiler through the environment variable 30 EROSCXX30 SOPHYACXX 31 31 2) Build the libray (make in JTCSrc) 32 32 3) Define the path for installation through the … … 35 35 5) Try to build and test the example programs 36 36 (make in Examples/) - The LD_LIBRARY_PATH should 37 contain $JTCBASEREP/`uname`-$ EROSCXX/ShLibs37 contain $JTCBASEREP/`uname`-$SOPHYACXX/ShLibs 38 38 6) The use of GNU make is mandatory 39 39 … … 42 42 using c-shell commands. (uname = OSF1) 43 43 44 Cmd> setenv EROSCXX cxx44 Cmd> setenv SOPHYACXX cxx 45 45 Cmd> setenv JTCBASEREP /usr/local/ 46 46 Cmd> cd JTCSrc
Note:
See TracChangeset
for help on using the changeset viewer.