Your message dated Sun, 3 Apr 2016 12:02:30 +0200
with message-id <[email protected]>
and subject line Re: Bug #383348: dietlibc: Order of the arguments for diet
has caused the Debian Bug report #383348,
regarding Order of the arguments for diet
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
383348: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=383348
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dietlibc-dev
Version: 0.30-1
Severity: wishlist

When invoke a just gcc, the order is not matter.
yuray@nmc:~$ gcc-4.1 -lpthread thr.c
yuray@nmc:~$
yuray@nmc:~$ gcc-4.1 thr.c -lpthread
yuray@nmc:~$

For diet:
yuray@yuray:~/prj/x$ diet gcc-4.1 thr.c -lpthread
yuray@yuray:~/prj/x$
yuray@yuray:~/prj/x$ diet gcc-4.1 -lpthread thr.c
/tmp/cce20Cbw.o: In function `main':
thr.c:(.text+0x36): undefined reference to `pthread_create'
thr.c:(.text+0x4c): undefined reference to `pthread_join'
collect2: ld returned 1 exit status
yuray@yuray:~/prj/x$

Regards,
Yuri Kozlov


--- End Message ---
--- Begin Message ---
This bug report has been marked wontfix over 4 years ago, closing
this now.

Regards,
Christian

--- End Message ---

Reply via email to