LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris
User Name
Password
Solaris / OpenSolaris This forum is for the discussion of Solaris and OpenSolaris.
General Sun, SunOS and Sparc related questions also go here.

Notices

Reply
 
LinkBack Search this Thread
Old 03-19-2008, 07:31 AM   #31
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris10, Solaris 11, Ubuntu, OEL
Posts: 9,091

Rep: Reputation: 227Reputation: 227Reputation: 227

You need to add /usr/sfw/bin to your PATH.
 
Old 03-19-2008, 10:31 AM   #32
Mikoliah
LQ Newbie
 
Registered: Mar 2008
Posts: 7

Rep: Reputation: 0
The error i got after i ran TCL ./configure

configure: error: Required archive tool 'ar' not found on PATH
 
Old 03-19-2008, 12:09 PM   #33
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris10, Solaris 11, Ubuntu, OEL
Posts: 9,091

Rep: Reputation: 227Reputation: 227Reputation: 227
You need to add /usr/ccs/bin to your PATH ...
 
Old 03-19-2008, 01:08 PM   #34
Mikoliah
LQ Newbie
 
Registered: Mar 2008
Posts: 7

Rep: Reputation: 0
I got TCl and TK to install, but now AMSN wont install but i got this complete error

ams : ./configure --with-tcl=/opt/csw/lib --with-tk=/opt/csw/lib
checking if amsn will build on `uname -s`... maybe
checking for prefix by checking for wish... no
./configure: line 1476: no: command not found
expr: syntax error
./configure: line 1487: test: too many arguments
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking tcl build dir... ./configure: line 2852: locate: command not found
using tcl library in /opt/csw/lib
./configure: line 2904: /opt/csw/lib/tclConfig.sh: No such file or directory
ams :
 
Old 03-19-2008, 01:16 PM   #35
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris10, Solaris 11, Ubuntu, OEL
Posts: 9,091

Rep: Reputation: 227Reputation: 227Reputation: 227
Is wish in your PATH ?
What contains line 1476 of the configure script ?
 
Old 03-19-2008, 01:54 PM   #36
Mikoliah
LQ Newbie
 
Registered: Mar 2008
Posts: 7

Rep: Reputation: 0
Quote:
Originally Posted by jlliagre View Post
Is wish in your PATH ?
What contains line 1476 of the configure script ?
My current path is
/ : $PATH
bash: /usr/sbin:/usr/bin:/usr/openwin/bin:/usr/ucb:/usr/sfw/bin:/usr/ccs/bin:/opt/csw:

lines
1475 TCLSH=`which tclsh`
1476 VERSION=`echo "puts $::tcl_version ; exit" | ${TCLSH}`
1477 # Check whether --enable-version-check or --disable-version-check was given.
1478 if test "${enable_version_check+set}" = set; then
1479 enableval="$enable_version_check"
1480 version_ok=$enableval
1481 else
1482 version_ok=yes
1483 fi;
1484
1485 OLDV=`expr $VERSION \< 8.4`
1486
1487 if test "x${version_ok}" == "xyes" -a $OLDV == 1; then
1488 { { echo "$as_me:$LINENO: error: Your current Tcl/Tk installation has a version number of $VERSION. The minimal version required for aMSN to run
is Tcl/Tk 8.4" >&5
1489 echo "$as_me: error: Your current Tcl/Tk installation has a version number of $VERSION. The minimal version required for aMSN to run is Tcl/Tk 8.4" >&2;}
1490 { (exit 1); exit 1; }; }
1491 fi
 
Old 03-19-2008, 01:59 PM   #37
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris10, Solaris 11, Ubuntu, OEL
Posts: 9,091

Rep: Reputation: 227Reputation: 227Reputation: 227
This path is wrong in your PATH variable: /opt/csw

It should be /opt/csw/bin
 
Old 03-19-2008, 02:02 PM   #38
Mikoliah
LQ Newbie
 
Registered: Mar 2008
Posts: 7

Rep: Reputation: 0
I also don't have wish it seems
 
Old 04-28-2008, 11:56 AM   #39
LAN-Dominator.nl
Member
 
Registered: Sep 2006
Location: Hendrik Ido Ambacht, Zuid-Holland, Nederland, Europa
Distribution: Sun Solaris-Exp-Dev-Edit, Ubuntu 9.10 Karmic Koala AMD64
Posts: 134

Original Poster
Rep: Reputation: 15
EY jlliagre, is it possible to use the sunStudio compilers/plugins for installations like aMSN??

i installed the new 1/08 edit and i'm trying to install amsn in another way like this:

Code:
bash-3.2$ cd ../msn
bash-3.2$ PATH=$PATH:/opt/SUNWspro/bin/cc:/opt/SUNWspro/bin/CC:/opt/SUNWspro/bin/f90 sh ./configure
checking for prefix by checking for wish... /usr/bin/wish
checking for gcc... no
checking for cc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... CC
checking whether we are using the GNU C++ compiler... no
checking whether CC accepts -g... yes
checking tcl build dir... ./configure: line 3312: locate: command not found
using tcl library in /usr/lib
checking tk build dir... using tk library in /usr/lib
checking for main in -lstdc++... no
configure: error: stdc++ library not found
bash-3.2$
Should i just install it in the old way? Together with Blastwave?

Just thanks by anwsering!
 
  


Reply

Tags
amsn, solaris


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
install amsn eytan *BSD 4 03-25-2005 05:01 PM
Can't install amsn!! harpuia Linux - Software 2 12-31-2004 12:10 AM
Help me with AMSN install HOHCEHC Debian 6 05-17-2004 07:48 AM
how do you install aMSN? amklein Linux - Newbie 1 04-04-2004 03:06 PM
how to install amsn madskillz Linux - Newbie 4 10-04-2003 10:46 PM


All times are GMT -5. The time now is 02:39 PM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration