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

configure problem with perl5.005_03 on Solaris 2.6 #437

Closed
p5pRT opened this issue Aug 25, 1999 · 3 comments
Closed

configure problem with perl5.005_03 on Solaris 2.6 #437

p5pRT opened this issue Aug 25, 1999 · 3 comments

Comments

@p5pRT
Copy link

p5pRT commented Aug 25, 1999

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

Searchable as RT1278$

@p5pRT
Copy link
Author

p5pRT commented Aug 25, 1999

From steve.kelem@xilinx.com

During configure, I get the message​:

  Run make depend now? [y]
  sh ./makedepend MAKE=make
  ./makedepend​: /dev/null​: cannot execute
  ./makedepend​: -f​: not found
  cp​: missing destination file
  Try `cp --help' for more information.
  ./makedepend​: test​: argument expected
  make​: *** [depend] Error 1

I configure perl with the command​:

#!/bin/csh -f
unsetenv LD_LIBRARY_PATH
unsetenv LD_LIBRARY_PATHBAS
/bin/sh Configure -des \
  -Dinstallprivlib='/usr/local/gnu/lib/perl5.004_03' \
  -Dprivlib='/usr/local/gnu/lib/perl5.004_03' \
  -Dprivlibexp='/usr/local/gnu/lib/perl5.004_03' \
  -Dcc='gcc -B/usr/ccs/bin/'\
  -Dcccdlflags='-fPIC' \
  -Doptimize='-O2 -g' \
  -Drandbits=15 \
  -Dcf_by=kelem \
  -Dcf_email='steve.kelem@​xilinx.com' \
  -Dperladmin='steve.kelem@​xilinx.com' \
  -Dglibpth='/usr/local/gnu/lib /lib /usr/lib /usr/ccs/lib' \
  -Dlibpth='/usr/local/gnu/lib /lib /usr/lib /usr/ccs/lib' \
  -Dprefix=/usr/local/gnu \
  -Dlocincpth="/usr/local/gnu/include" \
  -Dloclibpth="/usr/local/gnu/lib" \
  -Dmake=gmake | & tee Configure.out.solaris

Any idea what's wrong?

Help!
Steve Kelem

@p5pRT
Copy link
Author

p5pRT commented Aug 26, 1999

From @doughera88

On Wed, 25 Aug 1999, Steve Kelem wrote​:

I'm trying to configure perl5.005_03 on a Sparc 10 running Sun Solaris 2.6.

During configure, I get the message​:

Run make depend now? \[y\]  
sh \./makedepend MAKE=make
\./makedepend​: /dev/null​: cannot execute
\./makedepend​: \-f​: not found
cp​: missing destination file
Try \`cp \-\-help' for more information\.
\./makedepend​: test​: argument expected
make​: \*\*\* \[depend\] Error 1

Often, this is caused by a stray $CONFIG variable being set in your
environment so that the ./makedepend script thinks it has already sourced
the config.sh file.

Try running
  unsetenv CONFIG
and then
  make depend
and see if that gets you any further.

Hope this helps,

  Andy Dougherty doughera@​lafayette.edu
  Dept. of Physics
  Lafayette College, Easton PA 18042

@p5pRT p5pRT closed this as completed Nov 28, 2003
@p5pRT
Copy link
Author

p5pRT commented Nov 28, 2003

From The RT System itself

5.6.0 no longer relies on $CONFIG variable.

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

No branches or pull requests

1 participant