Changeset 2437 in Sophya for trunk/SophyaExt/JThreadsC++


Ignore:
Timestamp:
Sep 17, 2003, 2:20:44 PM (22 years ago)
Author:
cmv
Message:

chgt DPC...REP en SOPHYA...REP et EROSCXX en SOPHYACXX cmv 17/09/2003

Location:
trunk/SophyaExt/JThreadsC++
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/JThreadsC++/Examples/Makefile

    r1025 r2437  
    44
    55CXX := g++
    6 ifdef EROSCXX
    7   CXX := $(EROSCXX)
     6ifdef SOPHYACXX
     7  CXX := $(SOPHYACXX)
    88endif
    99
  • trunk/SophyaExt/JThreadsC++/JTCSrc/Makefile

    r1023 r2437  
    44
    55CXX := g++
    6 ifdef EROSCXX
    7   CXX := $(EROSCXX)
     6ifdef SOPHYACXX
     7  CXX := $(SOPHYACXX)
    88endif
    99
  • trunk/SophyaExt/JThreadsC++/README

    r1024 r2437  
    2828
    29291) Select the compiler through the environment variable
    30 EROSCXX
     30SOPHYACXX
    31312) Build the libray (make in JTCSrc)
    32323) Define the path for installation through the
     
    35355) Try to build and test the example programs
    3636(make in Examples/) - The LD_LIBRARY_PATH should
    37 contain $JTCBASEREP/`uname`-$EROSCXX/ShLibs
     37contain $JTCBASEREP/`uname`-$SOPHYACXX/ShLibs
    38386) The use of GNU make is mandatory
    3939
     
    4242using c-shell commands. (uname = OSF1)
    4343
    44 Cmd> setenv EROSCXX cxx
     44Cmd> setenv SOPHYACXX cxx
    4545Cmd> setenv JTCBASEREP /usr/local/
    4646Cmd> cd JTCSrc
Note: See TracChangeset for help on using the changeset viewer.