top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

what happened to stdarg.h or varargs.h on ubuntu

0 votes
418 views

I just tried to build a package from source, and it died looking for one of these headers (stdarg.h or varargs.h) and not finding either one.

It's been a long time since I wrote code to use these myself, but I cannot believe they just disappeared. However, I cannot find them on my system. I have the usual dev tools, or thought I did. What am I missing?

posted Aug 3, 2013 by Majula Joshi

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

On 13.04 I have /usr/lib/gcc/i686-linux-gnu/4.7/include/stdarg.h supplied by libgcc-4.7-dev

If you run apt-file search stdarg.h, you will see which packages may provide it. If you have not installed apt-file then you need to install it and run apt-file update first.

answer Aug 3, 2013 by Deepak Dasgupta
Similar Questions
+1 vote

I have a perl script test.pl. I want to create desktop shortcut. While I click on this shortcut icon it will run my perl script and keep the terminal open.

I have tried the command

ln -s test.pl ~/Desktop/abc

while I click on this abc Icon from my desktop. It run and same time the terminal exit. Could you please help here?

My requirement is:

I want to create desktop shortcut for particular perl program. While I click on this icon from desktop, it should run and keep the terminal open.

0 votes

I have an Ubuntu VDI image (created through Virtual box) in one laptop and want to install Ubuntu on bare metal using this VDI image.
Is it possible ?

...