Building Parrot on Solaris
Ovid
publiustemp-perl6internals2 at yahoo.com
Thu Oct 30 12:36:49 UTC 2008
--- On Thu, 30/10/08, NotFound <julian.notfound at gmail.com> wrote:
> > Help? Google gives me no love. (Configure.pl with
> "--cc=gcc" also fails miserably)
>
> To build with gcc you probably need:
>
> perl Configure.pl --cc=gcc --ld=gcc --link=gcc --cxx=g++
>
> --
> Salu2
Unfortunately, that doesn't even come close :(
Details below, for the curious.
Cheers,
Ovid
--
Buy the book - http://www.oreilly.com/catalog/perlhks/
Tech blog - http://use.perl.org/~Ovid/journal/
Twitter - http://twitter.com/OvidPerl
Official Perl 6 Wiki - http://www.perlfoundation.org/perl6
inter::progs - Determine what C compiler and linker to use...
./test_15656
(
__GNUC__ => 3,
__GNUC_MINOR__ =>4,
);
ccflags: -D_REENTRANT -xO3 -xarch=386 -xspace -xildoff -I/opt/csw/bdb44/include -I/opt/csw/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
gcc -D_REENTRANT -xO3 -xarch=386 -xspace -xildoff -I/opt/csw/bdb44/include -I/opt/csw/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -c test_15656.c
gcc: language ildoff not recognized
gcc: test_15656.c: linker input file unused because linking not done
gcc -xarch=386 -L/opt/csw/bdb44/lib -L/opt/csw/lib -L/usr/lib -L/usr/ccs/lib -L/opt/SUNWspro/prod/lib -L/lib test_15656.o -o test_15656 -lsocket -lnsl -ldb-4.4 -ldl -lm -lpthread -lrt
gcc: test_15656.o: No such file or directory
Compilation failed with 'gcc'
More information about the parrot-dev
mailing list