RE: make DBI-1.35 Fails on HP-UX 11i and Perl 5.8.0

2003-04-06 Thread Scott R. Godin
Mkb wrote: > #include > int main() { exit(0); }; > > gcc -o t.o -c t.c > gives > t.c:1:18: socket: No such file or directory. Not > being a C programmer, I'm not sure how I'd get the > compiler to include this header. Any ideas? > > The socket.h files are located here: > /usr/conf/sys/socket.

RE: make DBI-1.35 Fails on HP-UX 11i and Perl 5.8.0

2003-04-05 Thread Scott R. Godin
[EMAIL PROTECTED] wrote: > This looks like your GCC can not parse /usr/include/socket.h > > Can you test that? > > cat > t.c < #include > int main() { exit(0); } > EOF > gcc -o t.o -c t.c > posting this just for comparison purposes... my copy of redhat 8 here doesn't have socket.h in /usr/i

RE: make DBI-1.35 Fails on HP-UX 11i and Perl 5.8.0

2003-04-04 Thread LBaxter
Good point. That should be socket.h. My bad. > -Original Message- > From: mkb [mailto:[EMAIL PROTECTED] > Sent: Friday, April 04, 2003 2:32 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: RE: make DBI-1.35 Fails on HP-UX 11i and Perl

Re: make DBI-1.35 Fails on HP-UX 11i and Perl 5.8.0

2003-04-04 Thread Darin McBride
ce. > > Lincoln > > 215-444-7973 (office) > 267-716-1370 (cellular) > > > -Original Message- > From: mkb [mailto:[EMAIL PROTECTED] > Sent: Friday, April 04, 2003 2:32 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: RE: make D

RE: make DBI-1.35 Fails on HP-UX 11i and Perl 5.8.0

2003-04-04 Thread LBaxter
Message- From: mkb [mailto:[EMAIL PROTECTED] Sent: Friday, April 04, 2003 2:32 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: make DBI-1.35 Fails on HP-UX 11i and Perl 5.8.0 #include int main() { exit(0); }; gcc -o t.o -c t.c gives t.c:1:18: socket: No such file or

RE: make DBI-1.35 Fails on HP-UX 11i and Perl 5.8.0

2003-04-04 Thread mkb
ROTECTED] > Sent: Friday, April 04, 2003 12:15 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: make DBI-1.35 Fails on HP-UX 11i and Perl > 5.8.0 > > I'm trying to install DBI-1.35 on HP-UX 11.11 and > Perl > 5.8.0. During the make stage I get the followin

RE: make DBI-1.35 Fails on HP-UX 11i and Perl 5.8.0

2003-04-04 Thread LBaxter
12:15 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: make DBI-1.35 Fails on HP-UX 11i and Perl 5.8.0 I'm trying to install DBI-1.35 on HP-UX 11.11 and Perl 5.8.0. During the make stage I get the following errors: Steps I took... uname -a B.11.11 U 9000/800 691359336 unlimited-user

make DBI-1.35 Fails on HP-UX 11i and Perl 5.8.0

2003-04-04 Thread mkb
I'm trying to install DBI-1.35 on HP-UX 11.11 and Perl 5.8.0. During the make stage I get the following errors: Steps I took... uname -a B.11.11 U 9000/800 691359336 unlimited-user license I did a make realclean then perl Makefile.PL Checking if your kit is complete... Looks good Writing Make