RE: Compiling source, was RE: [newbie] Make errors

2000-06-17 Thread Kaplan, Paul

I do have the xpm-devel package installed.  So in theory... I never let data
get in the way of a good theory!
Actually I tried to install LM 7.0 but was never sucessful.  For some reason
after rebooting when DrakX finished, the keyboard and mouse would get frozen
and I could never logon.  I suspect a hardware problem (Gateway Solo P3C
laptop, P120, 40Mb) but it isn't severe enough to break a RH install.
Any idea how to find out where the install is looking for the X_LIBS.  env
doesn't offer any clues? 
Any other ideas?
-P

-Original Message-
From: Necrotica
To: [EMAIL PROTECTED]
Sent: 6/14/00 7:49 PM
Subject: RE: Compiling source, was RE: [newbie] Make errors

Do you have the devel packages installed for both? If so, technically,
it
should work.

Perhaps the solution is to install Mandrake. :P

-Chris


On Wed, 14 Jun 2000, you wrote:
 Thanks,
 As I indicated in another reply, I'll admit to running RH 6.0, not a
 Mandrake distro.  My xpm is 3.4k-1, which is a RH6.1 i386 rpm.
libstdc++ is
 2.95-1_2.10.0-3, the latest contrib rpm for a RH6.1 distro.  Wine
should
 compile for RH60.  Yes?
 Paul
 
   -Original Message-
   From:   Necrotica [mailto:[EMAIL PROTECTED]]
   Sent:   Wednesday, June 14, 2000 4:19 PM
   To: '[EMAIL PROTECTED]'
   Subject:Re: Compiling source, was RE: [newbie]
Make
 errors
 
   First, upgrade your version of libstdc++. Also, I would
 upgrade your
   version of xpm (I just checked and I'm running at
 xpm-3.4k-8mdk). With any
   luck that will help. The main thing is upgrading
libstdc++ -
 thats what is
   causing your compiler to tell you that it cannot compile
an
 executable.
 
   -Chris
 
 
   On Wed, 14 Jun 2000, Kaplan, Paul wrote:
 
N-
You seem quite knowledgeable about the rebuilding
process
 so I will put to
you a question that I asked on one of the redhat lists
and
 has yet to be
answered.

I am trying to re-compile a recent wine release from a
 src.rpm file.  The
./configure script trips when it tries to find the
file
 X11/xpm.h, insisting
that I should install xpm and xpm-devel packages, and
then
 quits.  The
packages xpm-3.4k-1 and xpm-devel-3.4k-1 are both
 installed on my system and
the file /usr/X11R6/inlcude/X11/xpm.h exists.

On someone else's suggestion, I tried to CFLAGS
 ="-I$CFLAGS
/usr/X11R6/include".  Then ./configure returns:

checking whether the C compiler (gcc
/usr/X11R6/include )
 works... no
configure: error: installation or configuration
problem: C
 compiler cannot
create executables

I also tried to CFLAGS ="$CFLAGS
 /usr/X11R6/include"...(without the -I) and
ended up with the same response I initially had.

Any thoughts?
Paul Kaplan
   




Compiling source, was RE: [newbie] Make errors

2000-06-14 Thread Kaplan, Paul

N-
You seem quite knowledgeable about the rebuilding process so I will put to
you a question that I asked on one of the redhat lists and has yet to be
answered.

I am trying to re-compile a recent wine release from a src.rpm file.  The
./configure script trips when it tries to find the file X11/xpm.h, insisting
that I should install xpm and xpm-devel packages, and then quits.  The
packages xpm-3.4k-1 and xpm-devel-3.4k-1 are both installed on my system and
the file /usr/X11R6/inlcude/X11/xpm.h exists.

On someone else's suggestion, I tried to CFLAGS ="-I$CFLAGS
/usr/X11R6/include".  Then ./configure returns:

checking whether the C compiler (gcc /usr/X11R6/include ) works... no
configure: error: installation or configuration problem: C compiler cannot
create executables

I also tried to CFLAGS ="$CFLAGS /usr/X11R6/include"...(without the -I) and
ended up with the same response I initially had.

Any thoughts?
Paul Kaplan




RE: Compiling source, was RE: [newbie] Make errors

2000-06-14 Thread Kaplan, Paul

Thanks,
I tried the longer path definition to no avail.  I'll admit, I'm using
Redhat 6.0, not a Mandrake distro.  There is no /usr/X386 directory.

The wine configure.in file has an entry that is clearly where configure
trips...

dnl *** Check for -lXpm
AC_CHECK_HEADERS(X11/xpm.h)
   [ dnl *** If X11/xpm.h exists...
  AC_CHECK_LIB(Xpm, XpmCreatePixmapFromData,
 [ AC_DEFINE(HAVE_LIBXXPM) X_PRE_LIBS="$X_PRE_LIBS -lXpm"],,
 $X_LIBS -lXext -lXpm -lX11 $X_EXTRA_LIBS
 )
],
and then the text of the error that prints when configure chokes on me.

It seems that $X_LIBS can't be found.  How do I identify what the current
state is?  Env offers no clue.
Paul

-Original Message-
From:   [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Sent:   Wednesday, June 14, 2000 3:42 PM
To: [EMAIL PROTECTED]
Subject:Re: Compiling source, was RE: [newbie] Make
errors

Use -I /usr/X11R6/include/X11. The -I path must contain the
full path where
the .h file exists. If the code says:

#include "xpm.h"

You need the path as specified above. If the code says

#include "X11/xpm.h"

/usr/X11R6/include should be enough. If I remember
correctly, all X11 stuff
is supposed to be stored in /usr/X386. In that case, it
*may* be posibble
for you to link like this:

ln -s /usr/X386/include/X11 /usr/X11R6/include

Maybe.

L

-- 
Laurent Duperval   "Montreal winters are an
intelligence test,
U|Force - Java Center and we who are
here have failed it."
Phone: (514) 282-8484 ext. 228
-Doug Camilli
mailto:[EMAIL PROTECTED]  Penguin Power!





[newbie] RE: LM 7.0 installation problem

2000-05-22 Thread Kaplan, Paul

Ryan,
Thanks for your kind words of support.  You say you are using Mandrake 7.
Does that mean you were able to get it (or part of it) installed?  What was
the source of the floppy and/or text images were you using, and what were
their creation dates?
 
As an aside, rather than hitting Ctrl-C, try Alt-F2 or Alt-F3 to see what is
going on on the other consoles.  The install runs under Alt-F1, but you
might get some useful output on other consoles.

...Still waiting for some help from the folks at LM...I bought the powerpack
version of LM7 and registered, but they don't seem to respond to queries at
their help desk.
Paul

-Original Message-
From: Ryan A. Eldridge [mailto:[EMAIL PROTECTED]]
Sent: Saturday, May 20, 2000 2:24 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: LM 7.0 installation problem


I am not sure how to reply to a message on this list but I am trying anyhow.
 
I am having a very similar problem to you Paul. I have tried using the
floppy images and the text images. I get through finding the Mandrake
directory on my hard drive and then it just goes blank pretty much. I let it
run for about 30 mins just to see if it was trying to gather information but
the screen juststayed blank.
 
When I hit Ctrl-C I get a kernel fault and then the messages says kernel
died abnormally. 
 
Has anyone else had these problmes? And has anyone else found a way to
correct them? Again I am using Mandrake 7.0




[newbie] LM7 installation woes, continued

2000-05-22 Thread Kaplan, Paul

OK.  So I've searched various help resources to find out why I can't use the
hd.img or txt_boot.img file on the mandrake_70-2 CD files to install LM 7.0
from my local hard drive.  Only got two responses.  Neither led to a
solution.  Since there seems to be an error in the *img files, does anyone
know a way to de-compile these files and then recompile them?  While you're
at it, any idea what I'd look for in the source to see why the img files
refuse to see my hard drive?

Also, how come queries to mandrake installation tech support go unanswered
even to registered users?

TIA
Paul Kaplan




RE: [newbie] partition trouble

1999-12-10 Thread Kaplan, Paul

MS Word 6.0/95:  Schallert, et al-6.0.doc 
HTML:  Schallert, et al.htm 

**
Paul L. Kaplan, Ph.D., M.B.A.
Program Manager, Neurosciences
Creative BioMolecules (www.creativebio.com http://www.creativebio.com )
Suite 2400
101 Huntington Avenue
Boston, MA 02199
Ph: 617-912-2972
Fx: 617-912-2991
e-mail: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 


-Original Message-
From:   raymond borowiak [mailto:[EMAIL PROTECTED]]
Sent:   Thursday, December 09, 1999 3:45 PM
To: [EMAIL PROTECTED]
Subject:[newbie] partition trouble

Greetings,
While downloading Netscape 4.7 for linux, my comp
froze
and I had to reinstall. Even though I tried fsck.ext2
on the first partition and recovered but my second
partition was not recoverable. Hence when I
reinstalled
from my mandrake CD-Rom ver 6.0, used one partition
for
native and 8 partitions for swap. As follows on a 2
gig
HD 1gig to / and the rest divided to the 8 swap parti-
tions. My Question is, is this sufficient so that
down-
loads will not lock up my computer, which is linux
only?



__
Do You Yahoo!?
Thousands of Stores.  Millions of Products.  All in one
place.
Yahoo! Shopping: http://shopping.yahoo.com

 Schallert, et al-6.0.doc
 Schallert, et al.htm


RE: [newbie] partition trouble

1999-12-10 Thread Kaplan, Paul

Mea culpa!
**
Paul L. Kaplan, Ph.D., M.B.A.
Program Manager, Neurosciences
Creative BioMolecules (www.creativebio.com http://www.creativebio.com )
Suite 2400
101 Huntington Avenue
Boston, MA 02199
Ph: 617-912-2972
Fx: 617-912-2991
e-mail: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 


-Original Message-
From:   raymond borowiak [mailto:[EMAIL PROTECTED]]
Sent:   Thursday, December 09, 1999 3:45 PM
To: [EMAIL PROTECTED]
Subject:[newbie] partition trouble

Greetings,
While downloading Netscape 4.7 for linux, my comp
froze
and I had to reinstall. Even though I tried fsck.ext2
on the first partition and recovered but my second
partition was not recoverable. Hence when I
reinstalled
from my mandrake CD-Rom ver 6.0, used one partition
for
native and 8 partitions for swap. As follows on a 2
gig
HD 1gig to / and the rest divided to the 8 swap parti-
tions. My Question is, is this sufficient so that
down-
loads will not lock up my computer, which is linux
only?



__
Do You Yahoo!?
Thousands of Stores.  Millions of Products.  All in one
place.
Yahoo! Shopping: http://shopping.yahoo.com



RE: [newbie] alternative browser?

1999-11-12 Thread Kaplan, Paul

I didn't think I could create that much controversy just by suggesting an
alternative!  No matter what people think about Amaya, Netscape, kfm or any
other program, the great thing about Linux is you can obtain and install any
or all of them and use which ever one works best for a particular purpose.
**
Paul L. Kaplan, Ph.D., M.B.A.
Program Manager, Neurosciences
Creative BioMolecules (www.creativebio.com http://www.creativebio.com )
Suite 2400
101 Huntington Avenue
Boston, MA 02199
Ph: 617-912-2972
Fx: 617-912-2991
e-mail: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 


-Original Message-
From:   alann [mailto:[EMAIL PROTECTED]]
Sent:   Friday, November 12, 1999 2:15 AM
To: [EMAIL PROTECTED]
Subject:Re: [newbie] alternative browser?

Chip Wiegand wrote:
 
 Amaya, Oh MYA! What a mess it makes of web pages in Linux!
I tried just yahoo
 and my companys web site. Yahoo was somewhat navigable, at
least I could change
 to various pages. My companys website was all screwed up,
and it is supposedly
 backwards compatible to the 2.x web browsers.
 Chip
 
 On Thu, 11 Nov 1999, you wrote:
  Try Amaya for a graphical browser.  www.w3.org
http://www.w3.org
 
 
  Yeah, try Amaya for a good time, a couple of
laughs...but probably not for a
  stable browser. I don't know how it fares on Linux but
on Windoze, it can't
  display web pages (jumbles of words overlapping one
another) and it crashed
  my machine within 2 minutes. Total piece of junk. Too
bad, too, because if
  there's one thing this world needs it's a lightweight,
customizable,
  developer-friendly GPL browser. Anyone have other
suggestions?
 
  Gregg


I thought it was my voodoo banshee card.  whew..

What a mess.

It's gone from my system now..
-- 
==
[EMAIL PROTECTED]  ([EMAIL PROTECTED])
running Linux Mandrake 6.1 and/or BeOS.



RE: [newbie] alternative browser?

1999-11-10 Thread Kaplan, Paul

Try Amaya for a graphical browser.  www.w3.org http://www.w3.org 

-Original Message-
From:   Karen M. Heiby [mailto:[EMAIL PROTECTED]]
Sent:   Tuesday, November 09, 1999 5:20 PM
To: [EMAIL PROTECTED]
Subject:[newbie] alternative browser?

Does anyone have any suggestions for an alternative browser for
Linux?  
I don't like Netscape's, KFM, or Star Office's very much.  I won't
dare
go into all the problems, though ;-)



RE: [newbie] Installation Problems

1999-09-15 Thread Kaplan, Paul

I had some mouse problems installing RH6 (not MDK).  Even though the
installer supposedly recognized everything correctly, the solution was to
manually configure the mouse and keyboard.
Go figure!

**
Paul L. Kaplan, Ph.D., M.B.A.
Program Manager, Neurosciences
Creative BioMolecules (www.creativebio.com http://www.creativebio.com )
Suite 2400
101 Huntington Avenue
Boston, MA 02199
Ph: 617-912-2972
Fx: 617-912-2991
e-mail: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 


-Original Message-
From:   Matt Arturi [mailto:[EMAIL PROTECTED]]
Sent:   Wednesday, September 15, 1999 2:42 PM
To: [EMAIL PROTECTED]
Subject:[newbie] Installation Problems

Hello

1.  Every second time that I reboot, the Mouse becomes the
Keyboard and vice
versa.  In other words, when I move the mouse it's
interpreted as keystrokes
and vice versa making it impossible to login for obvious
reasons.

2.  When #1 isn't happening, I'm able to login.  I start up
in KDE and
evrything seems alright except that none of the devices
mount or dismount
properly and after a while everything just freezes up and it
becomes
impossible to shut down correctly forcing me to have to
reinstall the whole
OS.  I've gone through this cycle about ten times.

All of my hardware is supported by Linux-Mandrake and I have
been following
the install procedure word for word.

If you can shed any light, it would be greatly appreciated.



[newbie] Redhat to Mandrake

1999-09-08 Thread Kaplan, Paul

I have installed Redhat 6, but recently discovered the Mandrake
distribution.  I noticed that Mandrake distributed rpms are compiled for a
586 processor rather than a 386.  Is it possible to upgrade an installed RH
*.i386.rpm with the equivalent Mandrake *.i586.rpm file?  Can this be done
through GNOrpm or kpackage or must it be done at the command line with rpm
-Uvh?

TIA
Paul Kaplan