Erik/Kevin, The ./configure worked with host as sparc-sun-solaris2.7 and exited without any errors. But when I ran make, it gave the following errors
$ make Making all in auto Making all in common make all-am source='config.cpp' object='config.lo' libtool=yes \ depfile='.deps/config.Plo' tmpdepfile='.deps/config.TPlo' \ depmode=gcc /bin/ksh ../depcomp \ /bin/ksh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c -o config.lo `test -f 'config.cpp' || echo './'`config.cpp g++ -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c config.cpp -Wp,-MD,.deps/config.TPlo -fPIC -DPIC -o .libs/config.o config.cpp:913: `CONF_DIR' was not declared in this scope config.cpp:915: `DATA_DIR' was not declared in this scope config.cpp:916: `DICT_DIR' was not declared in this scope config.cpp:953: `DATA_DIR' was not declared in this scope *** Error code 1 make: Fatal error: Command failed for target `config.lo' Current working directory /home/u47412/aspell-0.50.1/common *** Error code 1 make: Fatal error: Command failed for target `all' Current working directory /home/u47412/aspell-0.50.1/common *** Error code 1 make: Fatal error: Command failed for target `all-recursive' Any idea what step I am missing here or what parameters I should be using for the make? Thanks in advance for all your help! Thanks Timo Selvaraj -----Original Message----- From: Erik Parker [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 2:02 AM To: Kevin Atkinson Cc: Selvaraj, Timo; '[EMAIL PROTECTED]' Subject: Re: [Aspell-user] aspell 0.50.1 on solaris Ayup.. Fixed that problem too.. I should have checked to see what version of curses I was running before, but after ugprading to ncurses 5.2, and adding: -enable-curses=/usr/local/lib/libncurses.so --enable-curses-include=/usr/local/include/ Works fine under a vt100 term --- Erik Parker --- > Kevin Atkinson ([EMAIL PROTECTED]) composed today: > On Mon, 9 Sep 2002, Erik Parker wrote: > > > Yup.. Problem is, libgcc_s.so is being found in /usr/local/lib, but its a > > symlink to a file that doesn't exist (.so.1) > > > > Due to the gcc package from sunfreeware having incomplete libraries.. So you > > have to install the libgcc_3.2 package, that specifically says "Do not install > > this if you installed the gcc 3.2 package, because these libs are already > > accounted for". > > Ok thanks. I will add a note about it in the manual. > > > On an unrelated note.. This may be a curses issue or something, but the older > > aspell I used.. when spelling checking in email (using the e flag).. It would > > actually tell you the word it was spell checking, by highlighting it.. > > > > in 0.50.1 I have to kinda of look at the random place on the screen its > > stopped, and guess from the words it offering as choices, as to what exactly > > it is spell checking. Compile problem, or is this just how aspell is now? > > Yes this looks like a curses problem. Of course thus is not "how aspell > is now" ;). > > If you can figure it out I will appreciate it if not I will try to look > into on the sourceforge compile farm, but no promise to when I will get to > it. > > If your desperate you can disable the curses library be either disabling at > compile with configure or setting TERM to dump or some other value like > that. In either case you will get the old interface where one line is > displayed at a time with the misspelled word surrounded by spaces. > > > > > > > > > --- > > Erik Parker > > --- > > > > > > > > > Kevin Atkinson ([EMAIL PROTECTED]) composed today: > > > > > On Mon, 9 Sep 2002, Erik Parker wrote: > > > > > > > > > > > What version of GCC are using? If it's 3.0 or newer, I saw the same problem.. > > > > and had to compile with 2.95.. > > > > > > > > I sent this question last week, and got no answer.. It appears the test for > > > > lgcc_s fails.. Here is a snippet from my config.log: > > > > > > The reason I you didn't get an answer is because I don't have a clue to what > > > the problem is. If you do figure it out I would really appreciate it. > > > > > > Aspell DOES compile with Gcc 3.2 on Linux as I have verified it myself. > > > > > > --- > > > http://kevin.atkinson.dhs.org > > > > > > > > > > > > _______________________________________________ > > > Aspell-user mailing list > > > [EMAIL PROTECTED] > > > http://mail.gnu.org/mailman/listinfo/aspell-user > > > > > > > > > -- > http://kevin.atkinson.dhs.org > ************************************************************************** The information transmitted herewith is sensitive information intended only for use by the individual or entity to which it is addressed. If the reader of this message is not the intended recipient, you are hereby notified that any review, retransmission, dissemination, distribution, copying or other use of, or taking of any action in reliance upon this information is strictly prohibited. If you have received this communication in error, please contact the sender and delete the material from your computer. _______________________________________________ Aspell-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/aspell-user
