Re: trouble with compilation of mico needed



On Sat, Apr 04, 1998 at 05:15:21PM -0600, davisoneb@juno.com wrote:
> Anyone know what this error is:
> 
> c++  -I. -I../include -I/usr/src/mico/./include/ministl -O  
> -fno-exceptions -L../orb -L/usr/local/lib -L/user/local/lib -rdynamic
> imr_client.o -lmico2.0.5 -lreadline -lncurses -ltermcap -lfl -ldl -lbsd
> -lm  -o imr
> imr_client.o: In function `imr_info(vector<basic_string<char> > const &,
> CORBA::ImplRepository *)':
> imr_client.o(.text+0x562): undefined reference to `operator<<(ostream &,
> smanip<int> const &)'

You'll have to link against libstdc++. Just add a -lstdc++ to the LDFLAGS.

-- 
Eckehard Berns



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