Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Solaris Build Environment

Hi Chris,

To my knowledge there has not been a rebuild of the Solaris specific code in

org.eclipse.cdt.core.solaris/library for quite some time. We package the
binaries and do not rebuild them nightly ... yet.

What was the last version of the CDT that worked for you?

-Judy

> -----Original Message-----
> From: Chris Songer [mailto:songer@xxxxxxxxxxxxx]
> Sent: Friday, January 31, 2003 3:53 PM
> To: cdt-dev@xxxxxxxxxxx
> Subject: [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
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/cdt-dev
> 


Back to the top