Thanks! That worked.

On Thu, Jan 2, 2014 at 11:35 AM, Sven Joachim <svenj...@gmx.de> wrote:

> On 2014-01-02 19:22 +0100, Thomas Vaughan wrote:
>
> > Using Debian unstable and default g++ (4.8.2), I am recently unable to
> > build a project that was building a few weeks ago.
> >
> > ---BEGIN SNIPPET FROM BUILD LOG---
> > libtool: compile:  g++ ... -m32 -fmessage-length=0 -O0 -fPIC -ggdb3
> > -fvar-tracking-assignments -W -Wall -Wconversion -Wshadow -Wcast-align
> > -Wwrite-strings -Wpointer-arith -MT bar.lo -MD -MP -MF .deps/bar.Tpo -c
> > bar.cpp -o bar.o
> > In file included from /usr/include/sys/socket.h:39:0,
> >                  from /usr/include/netinet/in.h:24,
> >                  from /usr/include/arpa/inet.h:22,
> > ...
> > /usr/include/bits/socket.h:343:24: fatal error: asm/socket.h: No such
> file
> > or directory
> >  #include <asm/socket.h>
>
> Install gcc-multilib, it includes the necessary symlink
> /usr/include/asm -> x86_64-linux-gnu/asm for "g++ -m32" to work.
>
> Cheers,
>        Sven
>
>
> --
> To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmas...@lists.debian.org
> Archive: http://lists.debian.org/871u0q6xl9....@turtle.gmx.de
>
>


-- 
Thomas E. Vaughan

Reply via email to