Brzezinski, Paul J wrote:
Trying to build Jakarta Tomcat Connectors from 5.0.0 source:

In jakarta-tomcat-connectors/jk

Ant native complains about cc not being found, on Solaris 8, I have gcc in
/em/opt/bin/gcc.  I have no idea how to tell ant that it should use gcc or
/em/opt/bin/gcc instead of cc, and no idea how to configure the args to
libtool that it should gcc instead of cc.

I'd like to figure this out, but need assistance.

Assuming this isn't a known bug, is this something that should be reported
as a bug using bugzilla?
You could put /em/opt/bin/ in PATH before compiling ?

export PATH=/em/opt/bin:$PATH

Or set the ant project property :

buid.native.cc=/em/opt/bin/gcc





--
To unsubscribe, e-mail:   <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>

Reply via email to