RE: [Cooker] (HELP!) (rpm) (libtool) (going mad)

2001-09-08 Thread Borsenkow Andrej
Anyway, I upload the SRPM at http://atlantid.org/rpms just in case you're interested to see for yourself. Note that you will need to install libraw1394 at the same location (the one in contribs will not work). Those packages are safe regarding what is installed and uninstalled, I've

Re: [Cooker] (HELP!) (rpm) (libtool) (going mad)

2001-09-08 Thread Grégoire Colbert
Borsenkow Andrej wrote: Anyway, I upload the SRPM at http://atlantid.org/rpms just in case you're interested to see for yourself. Note that you will need to install libraw1394 at the same location (the one in contribs will not work). Those packages are safe regarding what is installed and

Re: [Cooker] (HELP!) (rpm) (libtool) (going mad)

2001-09-01 Thread Michael Brown
On Fri, 31 Aug 2001, Grégoire Colbert wrote: I never heard before about libtool, so I'm quite puzzled. I used the following lines in my spec file : %prep rm -rf %{buildroot} rm -rf $RPM_BUILD_DIR/%name-%version %setup %build ./configure

Re: [Cooker] (HELP!) (rpm) (libtool) (going mad)

2001-09-01 Thread Grégoire Colbert
Michael Brown wrote: Did you try using: %prep %setup %build %configure %make %install rm -rf $RPM_BUILD_ROOT %makeinstall These generic instructions should work for most small packages that have configure scripts, including (I think) ones that use libtool. Certainly I

[Cooker] (HELP!) (rpm) (libtool) (going mad)

2001-08-31 Thread Grégoire Colbert
Arrrgh, I am experiencing a libtool related problem while trying to build a RPM (namely libavc1394). Everything *seems* to go fine, real fine indeed, the RPMS got built, files in right place, etc. Problem is that one binary does not work. A closer look to this file shows that it is not the

RE: [Cooker] (HELP!) (rpm) (libtool) (going mad)

2001-08-31 Thread Andrej Borsenkow
Arrrgh, I am experiencing a libtool related problem while trying to build a RPM (namely libavc1394). Everything *seems* to go fine, real fine indeed, the RPMS got built, files in right place, etc. Problem is that one binary does not work. A closer look to this file shows that it is not

Re: [Cooker] (HELP!) (rpm) (libtool) (going mad)

2001-08-31 Thread Geoffrey Lee
# # This wrapper script should never be moved out of the build directory. # If it is, it will not operate correctly. When you build program that depends on shared libraries you sometimes need to hardcode library location in this program (not every system provides ldconfig :-). Even

Re: [Cooker] (HELP!) (rpm) (libtool) (going mad)

2001-08-31 Thread Grégoire Colbert
Andrej Borsenkow wrote: get the same problem. It drives me crazy. You have to install your program using libtool --mode=install There were reports about problems with automatic libtoolization used in Mandrake RPMs. I presume, libtoolize program does not catch all cases correctly.