Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor cpp catentation woes under HP-UX 11 #2139

Closed
p5pRT opened this issue Jun 28, 2000 · 2 comments
Closed

Minor cpp catentation woes under HP-UX 11 #2139

p5pRT opened this issue Jun 28, 2000 · 2 comments

Comments

@p5pRT
Copy link

p5pRT commented Jun 28, 2000

Migrated from rt.perl.org#3433 (status was 'resolved')

Searchable as RT3433$

@p5pRT
Copy link
Author

p5pRT commented Jun 28, 2000

From webtools@uewrhp03.msd.ray.com

This is a bug report for perl from mlh@​swl.msd.ray.com,
generated with the help of perlbug 1.28 running under perl v5.6.0.


I'm using HP-UX 11.00.00 with /usr/bin/cc.

Running make produces the following error​:

Make​: Don't know how to make Bletch​:. Stop.

The makefile (note lower case) which Configure generates is the one being implicitly used. The error is because of the following line​:

config.h​: Bletch​: How does this C preprocessor catenate tokens?

But earlier, Configure reported favorably on the preprocessor's ability to catenate tokens​:

Checking to see how your cpp does stuff like catenate tokens...
Oh! Smells like ANSI's been here.
We can catify or stringify, separately or together!

Removing makefile and instead using Makefile does the trick.



Flags​:
  category=install
  severity=low


Site configuration information for perl v5.6.0​:

Configured by webtools at Wed Jun 28 12​:43​:50 EDT 2000.

Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration​:
  Platform​:
  osname=hpux, osvers=11.00, archname=PA-RISC2.0
  uname='hp-ux uewrhp03 b.11.00 e 9000785 2000131511 8-user license '
  config_args='-de -Dcc=/usr/bin/cc -Aa +DAportable -Wl,-a,archive_shared -Dprefix=/opt/wstr/perl -Dstartperl=#!/usr/bin/env perl'
  hint=recommended, useposix=true, d_sigaction=define
  usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
  useperlio=undef d_sfio=undef uselargefiles=define
  use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef
  Compiler​:
  cc='/usr/bin/cc -Aa +DAportable -Wl,-a,archive_shared', optimize='-O', gccversion=
  cppflags='-D_HPUX_SOURCE'
  ccflags =' -D_HPUX_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Ae'
  stdchar='unsigned char', d_stdstdio=define, usevfork=false
  intsize=4, longsize=4, ptrsize=4, doublesize=8
  d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
  ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
  alignbytes=8, usemymalloc=y, prototype=define
  Linker and Libraries​:
  ld='ld', ldflags =' -Wl,+vnocompatwarnings -L/usr/local/lib'
  libpth=/usr/local/lib /lib /usr/lib /usr/ccs/lib
  libs=-lnsl -lnm -lndbm -ldld -lm -lc -lndir -lcrypt -lsec
  libc=/lib/libc.sl, so=sl, useshrplib=false, libperl=libperl.a
  Dynamic Linking​:
  dlsrc=dl_hpux.xs, dlext=sl, d_dlsymun=undef, ccdlflags='-Wl,-E -Wl,-B,deferred '
  cccdlflags='+z', lddlflags='-b +vnocompatwarnings -L/usr/local/lib'

Locally applied patches​:
 


@​INC for perl v5.6.0​:
  /opt/wstr/perl/lib/5.6.0/PA-RISC2.0
  /opt/wstr/perl/lib/5.6.0
  /opt/wstr/perl/lib/site_perl/5.6.0/PA-RISC2.0
  /opt/wstr/perl/lib/site_perl/5.6.0
  /opt/wstr/perl/lib/site_perl
  .


Environment for perl v5.6.0​:
  HOME=/disk1/users/webtools
  LANG (unset)
  LANGUAGE (unset)
  LD_LIBRARY_PATH (unset)
  LOGDIR (unset)
  PATH=/usr/bin​:/bin​:.
  PERL_BADLANG (unset)
  SHELL=/usr/bin/csh
  SHLIB_PATH (unset)

@p5pRT
Copy link
Author

p5pRT commented Apr 12, 2010

@chorny - Status changed from 'open' to 'resolved'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant