LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

rpmbuild seems to crop my labview application

Hello,

 

I am working on a RedHat with a LabVIEW 8.2 Prof.

 

I created successfully an application from my LabVIEW code. Now I want to include this application binary into a rpm package which also works fine.

 

The problem is that the size of my binary is originally 3.5MByte but after the installation of the rpm the size of the binary is only 35kByte. It seems that the rpm builder crops my created LabVIEW application.

 

Does anyone had the a similar problem and found a solution?

 

Thanks for any help.

 

Regards,

Johannes

0 Kudos
Message 1 of 2
(2,027 Views)
Do not strip executables put

%__os_install_post \
/usr/lib/rpm/brp-compress \
%{nil}

in your ~/.rpmmacros
Message Edited by kremp@fti-en.com on 03-25-2009 09:13 AM
0 Kudos
Message 2 of 2
(2,002 Views)