Mailing List Archive

Message
I got this message and conldn't figure out what it meant:

Warning (non-fatal): No library found for -lmisc
CCCMD = cc -c -D__USE_BSD_SIGNAL -Dbool=char -DHAS_BOOL -O2
Warning (non-fatal): cflags evaluation in MakeMaker (4.15) differs from
shell output

package: Msql
old: cc -c -D__USE_BSD_SIGNAL -Dbool=char -DHAS_BOOL -O2
new: gcc -c -D__USE_BSD_SIGNAL -Dbool=char -DHAS_BOOL -O2
Using 'old' set.
Summary of my perl5 (patchlevel 1) configuration:
Platform:
osname=linux, osver=1, archname=i486-linux
uname='linux burrito.onshore.com 1.2.9 #5 sat jun 10 15:56:48 cdt 1995 i486

hint=recommended
Compiler:
cc='gcc', optimize='-O2'
cppflags='-D__USE_BSD_SIGNAL -Dbool=char -DHAS_BOOL'
ccflags ='-D__USE_BSD_SIGNAL -Dbool=char -DHAS_BOOL'
ldflags =''
stdchar='char', d_stdstdio=define, usevfork=false
voidflags=15, castflags=0, d_casti32=, d_castneg=define
intsize=4, alignbytes=4, usemymalloc=n, randbits=31
Libraries:
so=sa
libpth=/lib /usr/lib /usr/local/lib
libs=-lgdbm -ldbm -ldb -ldld --lm -lc -lbsd
libc=/usr/lib/libc.sa
Dynamic Linking:
dlsrc=dl_dld.xs, dlext=o, d_dlsymun=
cccdlflags=' ', ccdlflags=' ', lddlflags='-r '

Please send these details to perl5-porters@nicoh.com

Thanks for any info...
Chauncey
Technology Consulant
Re: Message [ In reply to ]
> I got this message and conldn't figure out what it meant:

> Warning (non-fatal): No library found for -lmisc
> CCCMD = cc -c -D__USE_BSD_SIGNAL -Dbool=char -DHAS_BOOL -O2
> Warning (non-fatal): cflags evaluation in MakeMaker (4.15) differs from
> shell output

> package: Msql
> old: cc -c -D__USE_BSD_SIGNAL -Dbool=char -DHAS_BOOL -O2
> new: gcc -c -D__USE_BSD_SIGNAL -Dbool=char -DHAS_BOOL -O2
> Using 'old' set.

You can savely ignore this message. It was originally meant to help us
which differences would occur between a shell script (cflags) in the
perl distribution and the translation of the script into perl.

I think it caused more confusion than interesting differences. On
linux cc is a symlink to gcc, so there isn't really a difference.

My current version won't bother you with this message anymore.

Thanks nonetheless for message,
andreas