Re: [Incrtcl-users] Itcl compilation error
by Larry W. Virden other posts by this author
Jan 4 2007 9:11AM messages near this date
Re: [Incrtcl-users] Itcl compilation error
|
[Incrtcl-users] create singleton in iTcl
What specific version of Solaris are you using - Solaris 6, 7, 8, 9, 10?
On SPARC or Intel? What compiler are you using?
What was the specific configure statement you used? What version of the
compiler are you using? Do you have all the required Sun packages loaded
for compiling code?
What specific version of Tcl are you using - 8.4.0 or 8.4.14 or what?
--
<URL: http://wiki.tcl.tk/ >
Even if explicitly stated to the contrary, nothing in this posting
should be construed as representing my employer's opinions.
<URL: mailto:lvirden@[...].com > <URL: http://www.purl.org/NET/lvirden/
>
-----Original Message-----
From: Hare, Elizabeth
I have
Solaris
Tcl 8.4
Itcl 3.2.1
I had to install my own directory (/home/ehare), and that went fine. The
configure for Itcl went fine, but I got the following when I tried "make
all"
~/temp/itcl3.2.1
> make all
for dir in itcl itk ; do if test -d $dir ; then echo "$dir: make all" ;
if (cd $dir; make all) ; then true ; else exit 1 ; fi ; else
exit 1; fi done;
itcl: make all
make[1]: Entering directory `/home/ehare/temp/itcl3.2.1/itcl' cc
-DVERSION=\"3.2\" -DUSE_TCL_STUBS=1
-DITCL_LIBRARY=\"/home/ehare/lib/itcl3.2\"
-I/home/ehare/temp/tcl8.4.14/generic -I/home/ehare/temp/tcl8.4.14/unix
-I"./generic" -I"./unix" -O -fPIC -c `echo ./generic/itcl_cmds.c` -o
itcl_cmds.o
cc: Warning: illegal option -fPIC
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Incrtcl-users mailing list
Incrtcl-users@[...].net
https://lists.sourceforge.net/lists/listinfo/incrtcl-users
Thread:
Elizabeth Hare
Arnulf Wiedemann
Elizabeth Hare
Arnulf Wiedemann
Larry W. Virden
|