[tcljava-dev] TclBlend 1.4.1 configure problems on Solaris/HPUX
Brought to you by:
mdejong
From: Anthony B. <Ant...@ev...> - 2008-04-02 00:10:01
|
When was the last time TclBlend was built on any thing apart from linux/intel, i.e solaris, hpux The configure script can not detect the location of the java shared library. If this is fixed then it fails because of the GCC 4.1 check. On Solaris and not using gcc the test fails because -O2 is a gcc flag not recognised by the Sun compiler. Once this is fixed the test fails all the time on Sun/HP. The test code is: int main(int argc, char **argv) { void * p= (void *) 0xcccccccc; unsigned long long int x = 0; *((void **)&x) = p; if (x == 0xcccccccc) { return 0; } else { return 1; } } The above code fails on all sparc, parisc and ia64 platforms if using the sun/hp supplied compiler (Studio11, aCC etc) or any version of gcc (3.2.3, 3.3.2, 3.4.3, 4.1.2). The fix of not optimising only applies to gcc on linux. Has any one successfully run TclBlend 1.4.x on Solaris/HPUX ? This e-mail and any attachments may be confidential and/or legally privileged. If you have received this e-mail and you are not a named addressee, please inform Evolving Systems TIS at ti...@ev... and then delete the e-mail from your system. If you are not a named addressee you must not use, disclose, distribute, copy, print or rely on this e-mail. To ensure regulatory compliance and for the protection of our clients and business, Evolving Systems may monitor and read e-mails sent to and from its servers. Although Evolving Systems routinely screens for viruses, addressees should scan this e-mail and any attachments for viruses. Evolving Systems makes no representation or warranty as to the absence of viruses in this e-mail or any attachments. Registered Office: One Angel Square, Torrens Street, London. EC1V 1PL. Registered number 2325854 |