Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Solaris Build Environement

Hi!

I'm no Solaris expert but I hit linking problems for org.eclipse.cdt.core.solaris/library on a Solaris 5.7 machine. In particular, the link line:

# $(CC) -g -shared -Wl,-soname,$(LIB_NAME_SPAWNER) -o $(LIB_NAME_FULL_SPAWNER) $(OBJS_SPAWNER) -lc

did not work for me. The link line:

$(CC) -g -shared -Wl,-G -Wl,-B,dynamic -o $(LIB_NAME_FULL_SPAWNER) $(OBJS_SPAWNER) -lc

did work for me.

What's the build / oldest supported version for Solaris?

Thanks!
-Chris



Back to the top