this works when setting CFLAGS to -O0:

include /usr/share/dpkg/buildflags.mk
CFLAGS := $(subst -O2,-O0,$(CFLAGS))
export CFLAGS

-Og works too for GCC 4.8.

but given all the ignored warnings, this rather smells like buggy code.


maybe not related, but pdl.PL looks wrong too ...

main(int argc, char **argv) {
  char perldl[BUFSIZ];
  int pipes[2];

  [...]
  if(pid==0) {
    dup2(pipes[1],1);
    dup2(pipes[2],2);


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to