Hi,
   I'm trying to build resin-pro-3.0.21 on Solaris 10(sparc).
resin-pro-3.0.19 was compiled
successfully. But using the same configure command, I'm getting build
errors when I build
3.0.21.

Comparing the two build outputs, I noticed that 3.0.21 build command is
trying to produce
64 bit code, though I didn't specify the compiler flags while configuring.

--------------------------------------------------------------------------------------------------------------------------
resin-pro-3.0.19 < cc -g -DPOLL -D__SOLARIS__ -DHAS_JVMTI -DHAS_JVMDI
-DRESIN_HOME=\"/downloads/resin-pro-3.0.19\" -I/usr/local/include
-I/usr/java/include -I/usr/java/include/solaris -I../common
-DCPU=\"sparc\" -DOS=  -c  std.c

resin-pro-3.0.21> cc -g -DPOLL -DB64 -D__SOLARIS__ -DHAS_JVMTI
-DHAS_JVMDI -DRESIN_HOME=\"/downloads/resin-pro-3.0.21\"
-I/usr/local/include -I/usr/java/include -I/usr/java/include/solaris
-I../common -DCPU=\"sparcv9\" -DOS=  -xarch=v9  -c  std.c
-----------------------------------------------------------------------------------------------------------------------------

Any help would be appreciated.


Thanks,
Anoop

_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to