Front page | perl.perl5.porters |
Postings from February 2000
[ID 20000208.009] Bad gcc flag
From:
kstar
Date:
February 8, 2000 15:58
Subject:
[ID 20000208.009] Bad gcc flag
Message ID:
200002082349.SAA37340@o2.chapin.edu
This is a bug report for perl from kstar@o2.chapin.edu,
generated with the help of perlbug 1.27 running under perl v5.5.650.
-----------------------------------------------------------------
`make' goes along swimmingly, until . . . .
Making DB_File (dynamic)
make[1]: Entering directory `/usr/people/kstar/Projects/Labs/perl5.5.650/ext/DB_File'
make[1]: Leaving directory `/usr/people/kstar/Projects/Labs/perl5.5.650/ext/DB_File'
make[1]: Entering directory `/usr/people/kstar/Projects/Labs/perl5.5.650/ext/DB_File'
LD_RUN_PATH="/usr/local/lib" gcc -o ../../lib/auto/DB_File/DB_File.so -rpath "/usr/local/lib" -shared -L/usr/local/lib -L/usr/gnu/lib version.o DB_File.o -L/usr/local/lib -ldb
gcc: unrecognized option `-rpath'
collect2: ld returned 32 exit status
ld: FATAL 9: I/O error (/usr/local/lib): No such device
make[1]: *** [../../lib/auto/DB_File/DB_File.so] Error 1
make[1]: Leaving directory `/usr/people/kstar/Projects/Labs/perl5.5.650/ext/DB_File'
make: *** [lib/auto/DB_File/DB_File.so] Error 2
-----------------------------------------------------------------
---
Site configuration information for perl v5.5.650:
Configured by kstar at Tue Feb 8 17:06:38 EST 2000.
Summary of my perl5 (revision 5.0 version 5 subversion 650) configuration:
Platform:
osname=irix, osvers=6.5, archname=IP32-irix
uname='irix o2 6.5 11051733 ip32 '
config_args='-des -Dcc=gcc'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef
usesocks=undef useperlio=undef d_sfio=undef
use64bits=undef uselargefiles=define usemultiplicity=undef
Compiler:
cc='gcc', optimize='-O3', gccversion=2.7.2.2
cppflags='-D_BSD_TYPES -D_BSD_TIME -D_POSIX_C_SOURCE -DIRIX32_SEMUN_BROKEN_BY_GCC -I/usr/local/include -DLANGUAGE_C'
ccflags ='-D_BSD_TYPES -D_BSD_TIME -D_POSIX_C_SOURCE -DIRIX32_SEMUN_BROKEN_BY_GCC -I/usr/local/include -DLANGUAGE_C'
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=8
alignbytes=8, usemymalloc=y, prototype=define
Linker and Libraries:
ld='gcc', ldflags =' -Wl,-woff,84 -L/usr/local/lib -L/usr/gnu/lib'
libpth=/usr/local/lib /usr/gnu/lib /usr/lib /lib
libs=-lgdbm -ldb -lm -lc
libc=, so=so, useshrplib=false, libperl=libperl.a
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib -L/usr/gnu/lib'
Locally applied patches:
---
@INC for perl v5.5.650:
lib
/usr/local/lib/perl5/5.5.650/IP32-irix
/usr/local/lib/perl5/5.5.650
/usr/local/lib/perl5/site_perl/IP32-irix
/usr/local/lib/perl5/site_perl/5.00551/IP32-irix
/usr/local/lib/perl5/site_perl/5.00551
/usr/local/lib/perl5/site_perl/5.005
/usr/local/lib/perl5/site_perl
.
---
Environment for perl v5.5.650:
HOME=/usr/people/kstar
LANG=en_US
LANGUAGE (unset)
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH=:/usr/people/kstar/bin:/usr/freeware/bin:/usr/local/bin:/usr/gnu/bin:/usr/local/bin:/usr/sbin:/usr/bsd:/sbin:/usr/bin:/usr/bin/X11::/usr/etc
PERL_BADLANG (unset)
SHELL=/sbin/ksh
-
[ID 20000208.009] Bad gcc flag
by kstar