[Installbase-devel] [ installbase-Bugs-840924 ] Solaris Operation Fails
Status: Alpha
Brought to you by:
damonc
From: SourceForge.net <no...@so...> - 2003-11-12 19:26:05
|
Bugs item #840924, was opened at 2003-11-12 19:26 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474883&aid=840924&group_id=54799 Category: Install Builder Group: None Status: Open Resolution: None Priority: 5 Submitted By: Greg Heberle (gheberle) Assigned to: Damon Courtney (damonc) Summary: Solaris Operation Fails Initial Comment: There is two items that seem to not work for me. 1) I have untar'd the file installbase-1.0a5.tgz on a Solaris: "SunOS name 5.8 Generic_108528-15 sun4u sparc SUNW, Sun-Blade-100" system and when I run ./installbase I get: ./installbase: test: argument expected". 2) If I build an install program on Linux and make a Solaris version when I run my new install executable on Solaris I get: ld.so.1: ./MyInstall-8-sparc-Install: fatal: libstdc++.so.2.10.0: open failed: No such file or directory I have gcc 3.2 installed on this machine and my /usr/local/lib dir only contains: libstdc++.so.5.0.4 If I link a libstdc++.so.2.10.0 to my libstdc++.so.5.0.4 I still get: ld.so.1: ./MyInstall-8-sparc-Install: fatal: libgcc_s.so.1: version `GCC_3. 3' not found (required by file /usr/local/lib/libstdc++.so.2.10.0) I noticed that you made Binaries/Linux-x86/dynamic|static/tclkit both static and dynamic on Linux but only dynamic on Solaris. It would be nice to have static versions of this on Solaris since I don't expect people that are running this to have gcc installed. Any help would be appreciated. Thanks, Greg ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474883&aid=840924&group_id=54799 |