STLport

I’m trying to use STLport with Watcom 10.6. I have two problems (so far :slight_smile:

  1. A make in the ‘src’ directory complains about references to the “/”
    directory and doesn’t even try to actually compile anything. However, I can
    live without SGI iostreams.

  2. The ‘list’ container (and probably others) only seems to like simple
    types (ints, pointers, etc.), i.e., it won’t take a class name. Is this a
    restriction of the port, or something I missed in the configuration?

Any tips for installing/using this package would be appreciated.