I am trying to build Perl5.001 on Solaris2.4. If I son't include
/usr/ucbinclud, cc can't find O_RDWR and other related
definitions, as they are inusrucbinclude/fcntl.h . Do I have to include
/usr/ucbinclude and /usr/include on all compilations on Solaris2.4?
I know /usr/ucb/cc includes them by default.
Why these values are not defined in /usr/include/fcntl.h ?
AS I understand, compiler won't be looking at both the fcntl.h
files... correct me, if I am wrong.
Any of have experience building Perl on Solaris2.4?
Is it better to use gcc than /usr/ucb/cc ?
Also, I am getting the following error:
Undefined first referenced
symbol in file
do_aspawn libperl.a(pp_sys.o)
do_spawn libperl.a(pp_sys.o)
ld: fatal: Symbol referencing errors. No output written to miniperl
Does that mean some header file is missing that contains these symbols?
Thanks a lot...
DILESH