This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Header files for gsl-1.0 ?


Chris McDonald schrieb:

> I was "expecting" the headers to be provided in the various binary RPMs,
> else I would have made many errors prototyping.
> 
> Thanks again,

Okay, that is easy!

echo \*.h >only_headers
rpm2cpio /mnt/cdrom/RedHat/RPMS/gsl-0.9-1.i386.rpm |cpio -i -d -E only_headers

cpio reads patterns only from files, -E only_headers selects the headers, -d creates
directories, -i is the extract mode

Yours!

Achim



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]