This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: cc1plus(egcs-19981005) dumps core


Hello!

Alexandre Oliva wrote:
> 
> Pavel Roskin <pavel_roskin@geocities.com> writes:
> 
> > I have tried to compile guavac-1.2 using egcs-19981005 on two machines
> > JavaClassFile.C. cc1plus dumps the core on HP-UX and hangs on Linux.
> 
> I couldn't reproduce the hang on Linux; I got a sig11 instead.
> Anyway, this is fixed in a recent CVS update.

That's great, I'll try it as soon as possible.
Another minor problem is that "make install" creates directory
${prefix}/hosttype. For example, on Linux after
./configure; make; make install
following directory is created
--------------------------
[proski@zorro proski]$ ls -R /usr/local/i586-pc-linux-gnu/
include  lib

/usr/local/i586-pc-linux-gnu/include:

/usr/local/i586-pc-linux-gnu/lib:
libiberty.a
--------------------------
On HP-UX after
./configure --gas --prefix=/home/proski/local; make; make install
following directory is created
--------------------------
[/home/proski] ls -R /home/proski/local/hppa1.1-hp-hpux10.20/
include  lib

/home/proski/local/hppa1.1-hp-hpux10.20/include:
_G_config.h  assert.h

/home/proski/local/hppa1.1-hp-hpux10.20/lib:
libiberty.a
--------------------------
I don't think that it is correct to create this directory. /usr/local
should reflect structure of /usr and the filesystem standard doesn't
mention /usr/hppa1.1-hp-hpux10.20 or /usr/i586-pc-linux-gnu

Pavel Roskin.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]