stdarg.h / stdarg.ph Problem #106
Comments
From tcurdt@linux01.gwdg.deAfter successfull installation of perl I tried to run the #!/usr/bin/perl which gave me the following error Can't locate stdarg.ph in @INC (did you run h2ph?) (@INC contains: Well, I did run h2ph!! And there was still now stdarg.ph in my After checking in some news groups I found the following sollution Foo:/root # locate stdarg.h Which build me the missing stdarg.ph unless(defined(&_STDARG_H)) { Now it work for me!! Perl Info
|
Migrated from rt.perl.org#910 (status was 'resolved')
Searchable as RT910$
The text was updated successfully, but these errors were encountered: