On 11-Apr-2002 William K Baran wrote:
> Is this any better?:
> 
> gcc  -g -O2  -I/usr/openwin/include -lnsl -lsocket  -L/usr/openwin/lib
> -R/usr/openwin/lib  -lSM -lICE -o blackbox  BaseDisplay.o Basemenu.o
> Clientmenu.o Color.o  Configmenu.o GCCache.o Iconmenu.o Image.o
> ImageControl.o Netizen.o  Rootmenu.o Screen.o Slit.o Texture.o Timer.o
> Toolbar.o Util.o Window.o  Windowmenu.o Workspace.o Workspacemenu.o
> blackbox.o i18n.o main.o  -lnsl -lsocket  -L/usr/openwin/lib
> -R/usr/openwin/lib -lX11  -lXext
> Undefined                       first referenced
>  symbol                             in file
> __length_error(char const *)        Configmenu.o
> endl(ostream &)                     BaseDisplay.o
> cerr                                BaseDisplay.o
> ostream::operator<<(char const *)   BaseDisplay.o
> __out_of_range(char const *)        Configmenu.o

I do not use C++'s iostreams at all.  I have no idea why it is trying to use
them.  Sounds like more Sun weirdness.

Reply via email to