Greg <[EMAIL PROTECTED]> writes: >...and the environment is: Thanks - that in principle answers my "how did you build the C version" question.
But I would still like to see commands you used to build the emedded version - particularly the g++ ones. The -V below shows a pile -f -DXXXXX and -lyyyy options which need to be applied to the g++ build and _where_ on command line(s) those ended up could explain something. > >$perl -V >Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration: > Platform: > osname=linux, osvers=2.4.7-timer-smp, archname=s390-linux-thread-multi > uname='linux winlnx8a 2.4.7-timer-smp #1 smp tue may 21 12:58:16 gmt >2002 s390 unknown ' > config_args='-Doptimize=-g -Dcc=gcc -Dusethreads -Duseshrplib -des' > hint=previous, useposix=true, d_sigaction=define > usethreads=define use5005threads=undef useithreads=define >usemultiplicity=define > useperlio=define d_sfio=undef uselargefiles=define usesocks=undef > use64bitint=undef use64bitall=undef uselongdouble=undef > usemymalloc=n, bincompat5005=undef > Compiler: > cc='gcc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing >-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', > optimize='-O2', > cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing >-I/usr/local/include -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing >-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' > ccversion='', gccversion='2.95.3 20010315 (SuSE)', gccosandvers='' > intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321 > d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8 > ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', >lseeksize=8 > alignbytes=8, prototype=define > Linker and Libraries: > ld='gcc', ldflags =' -L/usr/local/lib' > libpth=/usr/local/lib /lib /usr/lib > libs=-lnsl -ldl -lm -lpthread -lc -lcrypt -lutil > perllibs=-lnsl -ldl -lm -lpthread -lc -lcrypt -lutil > libc=, so=so, useshrplib=true, libperl=libperl.so > gnulibc_version='2.2.4' > Dynamic Linking: > dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic >-Wl,-rpath,/usr/local/lib/perl5/5.8.0/s390-linux-thread-multi/CORE' > cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib' > > >Characteristics of this binary (from libperl): > Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES >PERL_IMPLICIT_CONTEXT > Built under linux > Compiled at Jun 6 2003 11:35:53 > @INC: > /usr/local/lib/perl5/5.8.0/s390-linux-thread-multi > /usr/local/lib/perl5/5.8.0 > /usr/local/lib/perl5/site_perl/5.8.0/s390-linux-thread-multi > /usr/local/lib/perl5/site_perl/5.8.0 > /usr/local/lib/perl5/site_perl > . >$ -- Nick Ing-Simmons http://www.ni-s.u-net.com/
