Re: CosNaming.h



On Tue, 10 Nov 1998, Sebastian Wilhelmi wrote:
> Hi,
> 
> That should have been installed by ORBit/src/services/name. 
> go there and try a make install again. If that doesn't help, check ORBit
> out again and try once more.
> 
> Bye
> Sebastian
Sounds like he's trying to use rpms and the ORBit.spec is currently broken.

Yannick, try the one that's attached.

Later,

Michael Sterrett
  -Mr. Bones.-
michael.sterrett@coat.com


Summary: High-performance CORBA Object Request Broker
Name: ORBit
Version: 0.3.0
Release: 1
Source: ftp://ftp.labs.redhat.com/pub/ORBit/ORBit-0.3.0.tar.gz
Group: Development/Libraries
Copyright: LGPL/GPL
BuildRoot: /var/tmp/orbit-root
Prefix: /usr

%description
ORBit is a high-performance CORBA ORB with support for the C language.
It allows programs to send requests and receive replies from other
programs, regardless of the locations of the two programs.

%package devel
Summary: Development libraries, header files, and utilities for ORBit
Group: Development/Libraries

%description devel
ORBit is a high-performance CORBA ORB with support for the C language.
It allows programs to send requests and receive replies from other
programs, regardless of the locations of the two programs.

This package includes the header files, libraries, and utilities
neecessary to write programs that use CORBA technology.

%prep
%setup

%build
if [ ! -f configure ]; then
	CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --prefix=%prefix
else
	CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix
fi
make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/usr
make prefix=$RPM_BUILD_ROOT/usr install

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%clean
rm -rf $RPM_BUILD_ROOT

%files
/usr/lib/lib*.so*
/usr/bin/orbit-name-server
/usr/bin/name-client

%doc AUTHORS COPYING ChangeLog NEWS README TODO
%doc /usr/info/libIDL.info

%files devel
/usr/bin/orbit-idl
/usr/bin/orbit-config
/usr/include/*
/usr/lib/lib*.*a


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]