Solaris / OpenSolaris This forum is for the discussion of Solaris, OpenSolaris, OpenIndiana, and illumos.
General Sun, SunOS and Sparc related questions also go here. Any Solaris fork or distribution is welcome. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
04-13-2011, 04:16 AM
|
#1
|
LQ Newbie
Registered: Apr 2011
Posts: 19
Rep:
|
gcc compiled code does not recognized by solaris default as .....
HEllo everybody
1-I have try to install libical 0.46 in solaris 10 u9 that is end with the following error when try to compile ./configure
configure: creating ./config.status
config.status: creating zoneinfo/Makefile
config.status: error: cannot find input file: zoneinfo/Makefile.in
Which I used(Solaris gcc OR libgcc from sunfreeware, default as ld,autoconf automake , default perl)
2- I have try to install libical 0.43 on the same machine which is failed on make step with the following error
make
make: Fatal error: Command failed for target `all-recursive'
Current working directory /Desktop/Citadel41111/libical-0.43
*** Error code 1
make: Fatal error: Command failed for target `all'
which I used (Solaris gcc or libgcc(346 equivalent),default as ld,autoconf automake , default perl, and solaris make)
3 I want to brief guide on dependencies of libgcc with solaris as and ld
I appreciate the site which is helped me a lot before by reading and hoping to get a solution. Thx bros and sisters!!!
|
|
|
04-13-2011, 05:28 AM
|
#2
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
Please post your thread in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place. The other thread is being closed because it is a duplicate.
Last edited by jlliagre; 04-14-2011 at 02:34 AM.
|
|
|
04-13-2011, 05:31 AM
|
#3
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519
|
cd libical-0.46/ && mkdir build && cd build/ && cmake ../ && make
I.e. the new build system is "cmake"
?
It may still be possible to use the autotools (configure) build by doing this first?
'libtoolize && aclocal && autoheader && automake --add-missing && autoconf'
.
|
|
|
04-13-2011, 10:01 AM
|
#4
|
LQ Newbie
Registered: Apr 2011
Posts: 19
Original Poster
Rep:
|
libical does it installed using cmake on solaris 10?
Thx it helps me a lot
I have cmake installed and follow instruction which enables to completed(104% it said I donot know wht it means but it seems ok until...) and when
pkginfo -x |grep -i ical
the out put does not include any installation of ical thing.
I explored some of the files in /usr/local/* but why ???
|
|
|
04-13-2011, 12:06 PM
|
#5
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519
|
OK, default is /usr/local/ ( Like if 'configure' had been used.)
Setting a /usr/ prefix : 'cmake ../ -DCMAKE_INSTALL_PREFIX=/usr'
|
|
|
All times are GMT -5. The time now is 10:43 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|