• Greg Ward's avatar
    Fix for SF bug #117606: · a1c4da24
    Greg Ward authored
      - when compiling with GCC on Solaris, use "$(CC) -shared" instead
        of "$(CC) -G" to generate .so files
      - when compiling with GCC on any platform, add "-fPIC" to OPT
        (without this, "$(CC) -shared" dies horribly)
    a1c4da24
configure.in 34.3 KB